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
Worksheet.write
In the Worksheet.write documentation I see description for format argument
format
write_xlsx/lib/write_xlsx/worksheet.rb
Lines 1733 to 1734 in 6dec175
Lines 1774 to 1775 in 6dec175
But many tests have extra parameters, or it have other type, i.e.:
write_xlsx/test/regression/test_outline02.rb
Line 70 in 6dec175
write_xlsx/test/regression/test_utf8_05.rb
Line 18 in 6dec175
Please document it more detailed.
The text was updated successfully, but these errors were encountered:
It, seems, mostly have more arguments when used as wrapper for formulas
Lines 2427 to 2428 in 6dec175
But there is exists other callы:
write_xlsx/test/test_example_match.rb
Line 2683 in 6dec175
Lines 2685 to 2686 in 6dec175
It have strange text prefix before format argument
Sorry, something went wrong.
No branches or pull requests
In the
Worksheet.write
documentation I see description forformat
argumentwrite_xlsx/lib/write_xlsx/worksheet.rb
Lines 1733 to 1734 in 6dec175
and
write_xlsx/lib/write_xlsx/worksheet.rb
Lines 1774 to 1775 in 6dec175
But many tests have extra parameters, or it have other type, i.e.:
write_xlsx/test/regression/test_outline02.rb
Line 70 in 6dec175
write_xlsx/test/regression/test_utf8_05.rb
Line 18 in 6dec175
Please document it more detailed.
The text was updated successfully, but these errors were encountered: