Create an Excel sheet from compact framework
-
I need to create a Excel Sheet from a cf application. I'm doing a "mobile version" of an PC program, and the result is sent to a server processing the data, so a csv file is not good enougth. Since pocet Excel don't have any API like the "PC version" has, I cant do it in the same way as I have in my PC program. Bacicly I have a DataGrid, that I need to dump to a excel file. Does anyone have an idea on how to do it? Same link to the big mysterius MSDN, that I havent found...? Or perhaps someone know that there is'nt any good way to do it? Myabe someone knows about the file spec for an Excel file, so I can write my own "ExcelWriter"?? Thanksfull for any answer...
-
I need to create a Excel Sheet from a cf application. I'm doing a "mobile version" of an PC program, and the result is sent to a server processing the data, so a csv file is not good enougth. Since pocet Excel don't have any API like the "PC version" has, I cant do it in the same way as I have in my PC program. Bacicly I have a DataGrid, that I need to dump to a excel file. Does anyone have an idea on how to do it? Same link to the big mysterius MSDN, that I havent found...? Or perhaps someone know that there is'nt any good way to do it? Myabe someone knows about the file spec for an Excel file, so I can write my own "ExcelWriter"?? Thanksfull for any answer...
This website offers several resources: http://chicago.sourceforge.net/devel/docs/excel/[^] Espescially the one from OpenOffice. Lance