| Age | Commit message (Collapse) | Author |
|
|
|
area specification with defined names
|
|
|
|
|
|
Release 3.0.0
|
|
|
|
|
|
|
|
the link is dead and pledgie.com is close
|
|
Some alternative to make a donation?
|
|
|
|
|
|
|
|
|
|
Axlsx.sanitize() uses delete() vs. delete!() for frozen strings
|
|
Verify frozen/unfrozen paths for sanitize() helper.
|
|
|
|
Fix incorrect option value in rdoc
|
|
Add support for Area Charts and 2D Bar Charts
|
|
[ci skip] Fix the documentation for Worksheet#cols
|
|
|
|
Sort archive entries for correct MIME detection
|
|
|
|
|
|
|
|
CI against latest rubies
|
|
|
|
Depending on whether a string is frozen, either a new string is created sanitized or the existing string is modified in place.
|
|
Whenever a frozen string is passed as an input to any sanitized value, we are modifying it in place which raised a RuntimeError if that string is frozen (as you might expect constants like header or workbook names to be). Use the safer delete() method which creates a new, modified copy of the string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|