summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2022-02-07Merge branch 'master' into feature/manageable-scatter-markersOleg Yakovenko
2022-02-06Allow border style to accept an Array (#117)Weston Ganger
2022-02-06Autowidth cell calculation is now configurableTobias Egli
2022-02-05Merge branch 'master' into improve_range_errorNoel Peden
2022-01-28Fix invalid xml when pivot table created with more than one column in data fieldWeston Ganger
2022-01-21Check string encoding for validity _and_ valueDan DeBruler
2021-12-29Fix Worksheet#name_to_cell bug which returned reversed row/col indexesWeston Ganger
2021-12-28Return output stream in binmodeDan DeBruler
2021-07-25Fix gap width validator for bar charts (#108)Zsolt Kozaroczy
2021-07-24Add overlap to bar charts (#107)Zsolt Kozaroczy
2021-04-26Add option to define a series color for the BarSeries (#81)Zsolt Kozaroczy
2021-03-27Replace mimemagic with marcel (#95)Jorne Kandziora
2021-03-27Fix testStefan
2021-03-19Implement :offset option for worksheet#add_row (#87)Agustin Gomez
2021-03-19Add support for format in pivot tables (#79)Knut I. Stenmark
2021-03-01feature: spec cleanupOleg Yakovenko
2021-03-01feature: marker symbol management for scatter seriesOleg Yakovenko
2021-03-01feature: scatter series should respect marker preference of parent chartOleg Yakovenko
2021-02-17Merge pull request #57 from rylwin/change-serialize-signatureNoel Peden
2021-02-12Merge pull request #77 from rfdonnelly/fix-special-char-in-table-headerNoel Peden
2021-02-03Simplify test for special characters in table headerRob Donnelly
2021-02-03Add test for special characters in pivot table cache definitionRob Donnelly
2021-02-03Add test for special characters in table headerRob Donnelly
2021-01-05Merge pull request #71 from artplan1/add-date-typeNoel Peden
2021-01-05Merge pull request #70 from chi-deutschland/fix-worksheet-title-length-ruleNoel Peden
2020-12-10Fix calculation of worksheet name lengthLuka Lüdicke
2020-12-10Delete redundant worksheet name too long testLuka Lüdicke
2020-12-03Extend cell_type_from_value with sanity checksToms Mikoss
2020-11-27Add casting to dateArtem Kozaev
2020-11-26Group worksheet name tests togetherLuka Lüdicke
2020-09-11Restructure examples folder (#47)Zsolt Kozaroczy
2020-08-29Avoid warning when using `capture_warnings` more than onceRyan Winograd
2020-08-29Update #serialize to accept 3 argumentsRyan Winograd
2020-08-29Assert how contents are zippedRyan Winograd
2020-08-24Explosion explosion fixed - issue 58Noel Peden
2020-08-20Actual fix for older rubiesRyan Winograd
2020-08-20Fix for older rubies?Ryan Winograd
2020-08-20Deprecate using `#serialize` with boolean argumentRyan Winograd
2020-08-19Add option to `#serialize` with system zip commandRyan Winograd
2020-08-19Remove unnecessary rescue in testsRyan Winograd
2020-07-27Fix type detection for floats with out-of-rage exponents (#54)Stefan Daschek
2020-07-14Set column width to the maximum allowed value (#53)Sergey Ponomarev
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
2019-12-29Escape special characters in charts (#40)Zsolt Kozaroczy
2019-12-20Add option to protect against formula injection attacks (#34)Gabriel Morcote
2019-12-17Check size in bytes as opposed to string sizeIan Clarkson
2019-10-29fix validate document with font option underlineAli Mujtaba
2019-10-02Cache relationship in Hash rather than in Array.Vladimir Kochnev
2019-10-02Fix Relationship.instances cache.Vladimir Kochnev
2018-02-08chore(coverage): 100% coverage, 100% docsrandym