你说的应该是用方法来取吧,方法是GetCellShowValue。
GetCellShowValue
函数原型
BSTR GetCellShowValue(long Row, long Col)
参数说明
Row 行号。 Col 列号。
其他参考
[[url=mk

MSITStore:C:\Program%20Files\ChinaExcel\CEStudio\help\chinaexcelapi.chm::/html/methods/m_celloption.htm]
单元格方法[/url]]
说明
返回(Row,Col)单元格实际显示的内容,如果该单元格为空,则返回空。
单元格实际显示的内容和单元格的内容是有差别的,如单元格的内容是123,
如果单元设置为财务大写,则单元实际显示内容为“壹佰贰拾叁元整”。
如果要取单元格的内容,则使用方法[url=mk

MSITStore:C:\Program%20Files\ChinaExcel\CEStudio\help\chinaexcelapi.chm::/html/methods/GetCellValue.htm]
GetCellValue[/url]。