IXlsWorksheetExport |
interface IXlsWorksheetExport : IDispatch { [id(1) ] HRESULT ExportAsCSV([in]BSTR csvfilename, [in]BOOL bUseUTF8Encoding); [id(2) ] HRESULT ExportAsXML([in]BSTR xmlfilename, [in]BOOL bExportDatatypes); [id(3) ] HRESULT ExportAsPDF([in]BSTR pdffilename); [id(4) ] HRESULT ExportAsHTML([in]BSTR htmlffilename); [id(5) ] HRESULT ExportAsOpenOfficeFormat([in]BSTR odsfilename); [id(6),propget] HRESULT Options([out, retval] IXlsWorksheetExportOptions** options); [id(7) ] HRESULT ExportAsXPS([in]BSTR xpsfilename); }
HRESULT ExportAsCSV([in]BSTR csvfilename, [in]BOOL bUseUTF8Encoding);
HRESULT ExportAsXML([in]BSTR xmlfilename, [in]BOOL bExportDatatypes);
HRESULT ExportAsPDF([in]BSTR pdffilename);
HRESULT ExportAsHTML([in]BSTR htmlffilename);
HRESULT ExportAsOpenOfficeFormat([in]BSTR odsfilename);
HRESULT Options([out, retval] IXlsWorksheetExportOptions** options);
HRESULT ExportAsXPS([in]BSTR xpsfilename);