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
I'm generating a xlsm format but office 365 excel can't open it
workbook = RubyXL::Workbook.new worksheet = workbook.add_worksheet('Sheet2') worksheet.add_cell(0, 0, 'Test') # Sets cell A1 to string "Test" workbook.write("file.xlsm")
The text was updated successfully, but these errors were encountered:
Could you generate an xlsx and then convert that to xlsm?
Sorry, something went wrong.
convert it directly in excel you mean ??
Yeah, like can you generate an xlsx file using rubyXL and then convert to xlsm using an external tool?
No branches or pull requests
I'm generating a xlsm format but office 365 excel can't open it
The text was updated successfully, but these errors were encountered: