I'm not sure how many people use the OWC for spreadsheets, but I've had an impossible time tracking down much documentation. What I do have working has been very successful and does the job really well, but it's incredibly frustrating to figure out all the OWC features.
Currently I'm trying to add a footer to each worksheet within my workbook object, and I'd like to set some print options while I'm at it. I have seen this done through the use of the 'PageSetup' tag in a few examples, but it seems to be associated with the 'Excel.Application' object instead of with 'OWC10.Spreadsheet'. The XML schema implies that I may need to use the 'WorksheetOptions' object to get to the page setup object, but I've been completely unable to find any example code of how this might be used. I'm at a total loss. Anyone have any experience with this?
The project I'm working on dynamically creates Excel spreadsheets using ASP and VBScript from a web interface. I'm running XP and have the OWC10 component installed. It seems like I can do everything _but_ access pagesetup. Argh. Thanks for any light you can shed on this.
Currently I'm trying to add a footer to each worksheet within my workbook object, and I'd like to set some print options while I'm at it. I have seen this done through the use of the 'PageSetup' tag in a few examples, but it seems to be associated with the 'Excel.Application' object instead of with 'OWC10.Spreadsheet'. The XML schema implies that I may need to use the 'WorksheetOptions' object to get to the page setup object, but I've been completely unable to find any example code of how this might be used. I'm at a total loss. Anyone have any experience with this?
The project I'm working on dynamically creates Excel spreadsheets using ASP and VBScript from a web interface. I'm running XP and have the OWC10 component installed. It seems like I can do everything _but_ access pagesetup. Argh. Thanks for any light you can shed on this.