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
Header
The text was updated successfully, but these errors were encountered:
my excel installation is RTL by default so this code makes it LTR I guess you can use it to make the opposite work
const worksheet = workbook.getWorksheet(1); worksheet.views = [{state:'normal'}];
I found it by saving an excel file as I want then I read it and viewed it's properties, something like that:
workbook.xlsx.readFile('test.xlsx') .then(function() { const worksheet = workbook.getWorksheet(1); console.log(worksheet.views); });
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Header
The text was updated successfully, but these errors were encountered: