I'm using jQuery's DataTable 1.10.19 & Buttons 1.6.1. When exporting to the excel sheet integer column values are exported wrong, which doesn't exist
One column Reference No is unique number generated per row by back-end. Following is sample
Actual column contains value, which exist in (HTML) table & for same row, when exported, an other value is in the column.
I checked, pattern is also not same. i.e. in one row, value is incremented (as in 1st row) by 1 while in second row value is decremented by 1. In last row value is decremented by 5.
NOTE: Same table with same values, when exported to PDF, data is exported correctly.
