hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
990 stars 716 forks source link

ignoreRow: [] issue #295

Closed Ranjith080216 closed 4 years ago

Ranjith080216 commented 4 years ago

Hi,

I wanted to remove one particular row and column from the excel downloaded, after going through several documentations i found that i can use ignoreRow: [] and ignoreColumn: [] fields inside tableExport({ });

ignoreColumn: [] is working fine i can remove which ever column i want to by passing index but where as i am not to remove row by using ignoreRow:[].

Please find the attached code for reference, can someone help me to solve this issue?

<!DOCTYPE html>

HTML table Export DownloadXLSX

Column One Column Two Column Three
row1 Col1 row1 Col2 row1 Col3
row2 Col1 row2 Col2 row2 Col3
row3 Col1 row3 Col2 http://www.jquery2dotnet.com/
hhurz commented 4 years ago

Thanks for reporting this issue. I fixed it and published it within release v1.10.17