Export DataSet/ XML as Excel Sheet

  • Thread starter Sachin Salgarkar
  • Start date
S

Sachin Salgarkar

I have a DataSet that I need to export to Excel.

The dataset has multiple tables. I need a way to export the complete dataset
to a single Excel Workbook with sheets for each table in the dataset.

Is that possible ?
I have seen solutions that export a single table to an Excel file.

Opening the XML ( DataSet.getXML() ) in Excel is a little complicated for
our users. Besides , the XML mappings are on the same sheet.

Any ideas?

Thanks,
Sachin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top