summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-04-26Add option to define a series color for the BarSeries (#81)Zsolt Kozaroczy
2021-04-26Optimize Axlsx.cell_range (#94)Oleg Yakovenko
Optimize Axlsx.cell_range by using minmax_by instead of sorting the cells (the sorted cells are not used for anything else in this method).
2021-03-28Really update readme.Noel Peden
2021-03-28Update README.mdNoel Peden
2021-03-28Version bump to 3.1.0Noel Peden
2021-03-27Update CHANGELOG.mdStefan Daschek
2021-03-27Replace mimemagic with marcel (#95)Jorne Kandziora
Mimemagic requires users to download or install additional files. Rails used Marcel as an abstration layer on this library. Marcel was updated to another file matching database. Following Rails in this matter will remove the need for users to do additional work, just to use caxlsx.
2021-03-27Fix testStefan
The styles need to actually exist, otherwise the test fails with “ArgumentError: Invalid cellXfs id”.
2021-03-19Update CHANGELOG.mdStefan Daschek
2021-03-19Update CHANGELOG.mdStefan Daschek
2021-03-19Implement :offset option for worksheet#add_row (#87)Agustin Gomez
2021-03-19Update changelogStefan
2021-03-19Number format in pivot tables: update changelog and pivot table exampleStefan
2021-03-19Add support for format in pivot tables (#79)Knut I. Stenmark
2021-03-19CI: Use jruby-9.2.16.0Olle Jonsson
See https://www.jruby.org/2021/03/03/jruby-9-2-16-0.html
2021-03-19Add conditional formatting example for text equalityKoza
2021-03-19CI: Add JRuby 9.2Olle Jonsson
2021-03-05feature: useless assignment removedOleg Yakovenko
2021-03-05feature: helper method naming adjustmentOleg Yakovenko
2021-03-05feature: spec fixOleg Yakovenko
2021-03-05feature: handle default marker symbolOleg Yakovenko
2021-03-02feature: respect marker preferences without color specificationOleg Yakovenko
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
Deprecate using `#serialize` with boolean argument
2021-02-12Merge pull request #77 from rfdonnelly/fix-special-char-in-table-headerNoel Peden
Fix special characters in table header
2021-02-12Merge pull request #78 from rfdonnelly/fix-special-char-in-pivot-cache-defNoel Peden
Fix special characters in pivot table cache definition
2021-02-03Simplify test for special characters in table headerRob Donnelly
2021-02-03Fix special characters in pivot table cache definitionRob Donnelly
2021-02-03Add test for special characters in pivot table cache definitionRob Donnelly
2021-02-03Fix special characters in table headerRob Donnelly
2021-02-03Add test for special characters in table headerRob Donnelly
2021-01-05Ultra picky label change [skip ci]Noel Peden
2021-01-05Add version specific download badge [skip ci]Noel Peden
2021-01-05Add downloads badge [skip ci]Noel Peden
2021-01-05Bump version 3.0.4Noel Peden
2021-01-05Merge pull request #71 from artplan1/add-date-typeNoel Peden
Allow to set cell type to `date`
2021-01-05Merge pull request #70 from chi-deutschland/fix-worksheet-title-length-ruleNoel Peden
Fix worksheet title length enforcement
2021-01-05Merge pull request #72 from walski/ruby-3-compatibilityNoel Peden
Relaxes Ruby dependency to work with Ruby 3
2020-12-29Removes Rubinius from Travis build matrixThorben Starsy
1. For some reason in MRI 3 the gems tagged as platform RBX in the Gemfile got installed anyways :/ 2. The RBX-specific gems were not compatible to be installed with MRI 3 3. The RBX-3 target was allowed to fail and failed for a while as RVM was not even able to install that Rubinius version 4. -> Remove RBX from the build matrix solves some problems
2020-12-29Getting closerThorben Starsy
2020-12-29Here is to you Travis :cheers:Thorben Starsy
2020-12-29Travis is madnessThorben Starsy
2020-12-29Another stab to install MRI 3.0.0 on TravisThorben Starsy
2020-12-29Trying to get MRI 3.0.0 to install on TravisThorben Starsy
2020-12-29Moves Travis target for MRI 3.0 off the preview releaseThorben Starsy
2020-12-10Fix calculation of worksheet name lengthLuka Lüdicke
- The previous change caused unnecessary issues - We approximate that Excel calculates the character length with UTF-16 - Fixes https://github.com/caxlsx/caxlsx/issues/67
2020-12-10Delete redundant worksheet name too long testLuka Lüdicke
2020-12-07Add version badge [skip ci]Noel Peden