ravindersinghblujay / tableexport-for-vaadin

Automatically exported from code.google.com/p/tableexport-for-vaadin
0 stars 2 forks source link

Exporting table with table's RowHeader #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. table.setRowHeader(RowHeaderMode.INDEX);
2. new ExcelExport(table).export();

What is the expected output? What do you see instead?

I expected the RowHeader column in excel file, but it wasn't exported

It's a way to export tablerows, saving the RowHeader ? Or How can I define new 
column in exported file with rownumbers...

Thanks!

Original issue reported on code.google.com by amarfii....@gmail.com on 17 Dec 2014 at 9:53