View Single Post
  #1   Report Post  
Mikael
 
Posts: n/a
Default multiple worksheets in html - one file

I want to create a workbook with multiple worksheets in html format.
This is easy to do by creating one file per sheet and loading each into my
workbook using '<x:WorksheetSource HRef="filename"/'. This, however,
results in 3+ files for 2 worksheets.

I would like to put all of the data in one file. Is this possible?

thanks,
-mikael