Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Excel Office XML では、Cell オブジェクトに CellReference プロパティがあり、たとえば "A5" の形式で文字列を返します。
しかし、Cell の行と列を NUMERIC 値として取得する良い方法はありますか? この例では、RowIndex は 5 になり、ColumnIndex は 1 になります。
はい、CellReference から解析できますが、大きなドキュメント (40,000 行以上) の場合は、数値を処理する方が効率的です。