Quantcast
Channel: Open XML Format SDK forum
Viewing all articles
Browse latest Browse all 1288

How to Get Multiple Tables per Worksheet

$
0
0
I'm successful in generating a multi-worksheet workbook in Excel using MS xmlns="urn:schemas-microsoft-com:office:spreadsheet  and XML. Problem is if I try to include more than one Table per worksheet, only the first worksheet is generated.  

I would think this setup would work:

<Worksheet ss:Name="Sheet 1">
  <Table x:FullColumns="1" x:FullRows="1">
  ....[[CONTENT Table 1]]
</Table>
 <Table x:FullColumns="1" x:FullRows="1">
  ....[[CONTENT Table 2]]
</Table>
</Worksheet>

Each table has its own dataset, Is there some setting or attribute that I need to consider in order to get more than one table per sheet to appear?

Thanks for any help!

P.T.

Viewing all articles
Browse latest Browse all 1288

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>