xlsx_sheet_name

sheet 名を取得

xlsx_sheet_name handle, idx, var_str

idx : 0-origin

(プラグイン / モジュール : iron_xlsx.hsp)

解説

sheet のインデックス (0-origin) から名前を取得します。

サンプル逆引き (1)

sample_xlsx.hsp

情報

プラグイン / モジュールiron_xlsx.hsp
バージョン1.0
作成日2026-04-15
著作者IronHSP / iron_xlsx
URLhttps://github.com/inovia/IronHSP
備考iron_xlsx.hsp は Microsoft Excel (.xlsx) ファイルを Pure HSP で読み書き
するモジュールです。.xlsx は実体として ZIP + XML の集合なので、
iron_7z.hsp (hsp7z.dll) で一時ディレクトリに展開し、XML を直接パースして
セル値を取得します。

#include "iron_xlsx.hsp"

Microsoft Office のインストールは不要です。iron_office.hsp (COM/VBS
bridge) より軽量で、サーバー環境でも動作します。

v1 スコープ:
読み取り : sharedStrings / inline string / 数値に対応
書き込み : xlsx_newxlsx_set_cellxlsx_save の最小テンプレート経由
既存 xlsx への追記や書式保持は非対応

依存:
iron_7z.hsp (hsp7z.dll + 7za_*.exe)
row, col は 1-origin (Excel の A1 = row 1, col 1)
タイプ拡張命令
グループiron_xlsx ― 読み取り
対応環境
  • その他 : Win32 / Win64
hs ファイルhsphelp\iron_xlsx.hs