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
This example creates an error when opening a file in excel. What could be the problem?
$data = [ ['1','100000'], ['2','999999'], ['3','<style nf="#,##0.00"><f>sum(B1:B2)</f></style>'], ]; SimpleXLSXGen::fromArray($data)->downloadAs('test.xlsx');
The text was updated successfully, but these errors were encountered:
fixed in 1.4.13, when v=??? skipped default value is not indexed string formula, 0 now
v=???
formula
0
Sorry, something went wrong.
No branches or pull requests
This example creates an error when opening a file in excel. What could be the problem?
The text was updated successfully, but these errors were encountered: