我已经开发了一些代码来使用Excel(通过COM)来准备用于打印(缩放)的电子表格,并且工作正常,但现在我正在考虑仅使用Excel Viewer执行相同的操作。
问题是我无法找到它是否有类似于Excel的COM接口。
我已在导入声明中用XLVIEW取代了Excel
#import "XLVIEW.EXE" \
rename( "DialogBox", "ExcelDialogBox" ) \
rename( "RGB", "ExcelRGB" ) \
rename( "CopyFile", "ExcelCopyFile" ) \
rename( "ReplaceText", "ExcelReplaceText" )
但现在,Excel工作区已不再可见
Excel::_ApplicationPtr pApplication; // Excel namespace not found