Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way to do Excel without Excel installed?
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
01222976
Message ID:
01222991
Views:
20
>Have the following code:
>
>xl = createobject("excel.application")
>xl.workbooks.open(filfrom)
>fd = substr(DT,7,2) + substr(DT,1,2) + substr(DT,4,2) + CAMT + ".XLS"
>filto = pth + fd
>xl.sheets(1).select
>xl.cells(1,6).value = "AMOUNT"
>xl.ActiveWorkbook.SaveAs(filto)
>xl.ActiveWorkbook.Saved = .T.
>xl.ActiveWorkBook.Close()
>xl.Quit
>
>I thought there was a way to be able to do this without having msExcel installed, that microsoft provided the objects for free as a special package.
>Actually, I would prefer to be able to do this with openOffice, so if anyone knows if this is doable in OpenOffice2.2 and how to do it, please lmk.

Take a look at OWC (office web component) . You can create an Excel sheet without having Excel installed.
Previous
Reply
Map
View

Click here to load this message in the networking platform