clarketm / TableExport

The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
https://tableexport.travismclarke.com/
Apache License 2.0
888 stars 289 forks source link

when table nesting table,the cell will be not right #104

Open hejingjing0822 opened 6 years ago

hejingjing0822 commented 6 years ago

37 qq 20180131104321 qq 20180131105057 @clarketm

clarketm commented 6 years ago

@hejingjing0822 – Unfortunately, there isn't support for nested tables at the moment. The translation would really only be applicable to Excel formats and would be tightly coupled to each specific implementation. I surmise that is would be feasible by extracting the table data and composing the spreadsheet at runtime with the parsed cell data, but there is no out-of-the box support for this at the moment.

hejingjing0822 commented 6 years ago

@clarketm OK,thank you all the same