Displaying 1 result from an estimated 1 matches for "simplexlsx".
Did you mean:
simpleols
2011 Sep 02
0
How to set cell style using SimpleXlsx::Serializer
Hello,
I have used the SimpleXlsx::Serializer to create .xlsx file in
ruby.
There are 2 questions:
1. How to set format and style of cell through SimpleXlsx?
2. When i set the hyperlink in cell it shows normal text as
=HYPERLINK("http://google.com","click here") instead of Hyperlink. but
when i manually change...