We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
One thing I noticed is that this add-on does not allow proper heading to be exported in .pdf or excel format... For example
if I have column with name Sample 1 Sample 2 ... Sample 10 Sample 11 then it displays: Sample 1 Sample 10 Sample 11 Sample 2 ... and so on.
How do you avoid such sorting?
Can we do something like this: excelExport.setColumnSorting(false); ??
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
One thing I noticed is that this add-on does not allow proper heading to be exported in .pdf or excel format... For example
if I have column with name Sample 1 Sample 2 ... Sample 10 Sample 11 then it displays:
Sample 1 Sample 10 Sample 11 Sample 2 ... and so on.
How do you avoid such sorting?
Can we do something like this:
excelExport.setColumnSorting(false); ??
The text was updated successfully, but these errors were encountered: