summaryrefslogtreecommitdiffhomepage
path: root/examples/ios_preview.rb
AgeCommit message (Collapse)Author
2020-09-11Restructure examples folder (#47)Zsolt Kozaroczy
Split examples into separate markdown files, each containing a description, sample code, and a screenshot of the resulting xlsx document. The script `generate.rb` is provided to actually generate the example documents by executing the sample code contained in the markdown files.
2012-12-14Added formula_values options and specs for sheet format pr.Randy Morgan
This lets cache formula values and specify the default row height so that iOS and Max OSX previews render properly
2012-12-04Created ios preview exampleRandy Morgan
This shows that shared_strings are required. Formula parsing is still outstanding. https://github.com/randym/axlsx/issues/149