You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all great work with library. I have been using for exporting HTML data to excel. But I am stuck at finding on how to show negative numbers in the format they have been entered. I am using '()' for negative numbers. But after
let base64data = "base64," + $.base64.encode(excelFile);
line, the data converts back to negative.
I think that this issue is rising due to base64.encode. But I am unable to find a solution to that. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi,
First of all great work with library. I have been using for exporting HTML data to excel. But I am stuck at finding on how to show negative numbers in the format they have been entered. I am using '()' for negative numbers. But after
let base64data = "base64," + $.base64.encode(excelFile);
line, the data converts back to negative.
I think that this issue is rising due to base64.encode. But I am unable to find a solution to that. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: