Para exportar un Datawindow a Excel, usamos el comando de SAVEAS.
dw_imprimir.saveas("c:\print_excel.xls", Excel!,TRUE)
dw_imprimir.saveas("c:\print_excel_format_html_table.xls", HTMLTable!,TRUE)
Tambien podemos guardar en los siguientes formatos
· Clipboard! - Save an image of the graph to the clipboard
· CSV! - Comma-separated values
· dBASE2! - dBASE-II format
· dBASE3! - dBASE-III format
· DIF! - Data Interchange Format
· EMF! - Enhanced Metafile format
· Excel! - Microsoft Excel format
· Excel5! - Microsoft Excel version 5 format
· Excel8! - Microsoft Excel version 8 and higher format
· HTMLTable! - HTML TABLE, TR, and TD elements
· PDF! - Adobe Portable Document Format
· PSReport! - Powersoft Report (PSR) format
· SQLInsert! - SQL syntax
· SYLK! - Microsoft Multiplan format
· Text! - (Default) Tab-separated columns with a return at the end of each row
· WKS! - Lotus 1-2-3 format
· WK1! - Lotus 1-2-3 format
· WMF! - Windows Metafile format
· XML! - Extensible Markup Language
· XSLFO! - Extensible Stylesheet Language Formatting Objects
jueves, 15 de julio de 2010
Suscribirse a:
Enviar comentarios (Atom)
Excelente muchas gracias!!!!!
ResponderEliminar