I know that I can create HTML <table>and save it as an .xls file for reading in Excel, and this works fine and everything, but it gives me only one sheet.
Is there a way to generate HTML so that I can have multiple sheets in a single .xls file? I tried to just generate more than one <table>, but they just end up being added to eachother.
Jesse source
share