<path>.writeExcelFile(
3 s9 r6 b, M3 V" q<string>,[<string>])
5 X. T1 p4 g+ t: g9 y: I! D7 M+ Z3 F# s, XThis method writes the contents of the table into an Excel file. Pass the filename (path). As a # B8 S/ M9 T0 K' m# p0 ], c- h
second argument you can pass an Excel table name. To be able to use this method, MS Excel has to be installed on your computer.
$ A2 E0 T& e9 a0 v3 x举个简单的例子:-- write excel file
& a! Q: V5 Z4 x- U- t+ M1 w9 M1 a 表格路径.writeExcelFile( "c:\simulation_analysis.xls"); |