excel output
-
Hello i would like to create an excel file from my application that could include chart or images, is there any free component, or any other way to do it without using excel.interop(i want to run it even in a pc without excel installed) D.M
Here's what you do:
-
Create an Excel Workbook with the type of content you want on each page
-
Save the Entire Workbook as an HTML Page
-
Look at how everything gets save and reproduce it with your project
I've had to do this more than once. Works like a charm. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-
-
Here's what you do:
-
Create an Excel Workbook with the type of content you want on each page
-
Save the Entire Workbook as an HTML Page
-
Look at how everything gets save and reproduce it with your project
I've had to do this more than once. Works like a charm. "we must lose precision to make significant statements about complex systems." -deKorvin on uncertainty
-