| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-04 | Enable Style/FrozenStringLiteralComment and autocorrect | Paul Kmiec | |
| 2023-05-03 | Add RuboCop Minitest | Geremia Taglialatela | |
| 2023-04-08 | Fix EmptyLines related offenses | Geremia Taglialatela | |
| 2023-04-07 | Fix Layout/BlockAlignment offenses | Geremia Taglialatela | |
| Manually fixed | |||
| 2014-04-04 | Fix boolean values so the output matches Excel and works on Numbers | Jurriaan Pruis | |
| Use 1 or 0 instead of 'true' or 'false' in the XML output | |||
| 2014-02-26 | Do not put Axlsx::DefinedName#name in serialized_attributes (fixes #285) | Jonathan Tron | |
| When using serialized_attributes both attribute's name and value are camelcased, in `Axlsx::DefinedName` the values starts with `_xmln` which is then transformed in `Xmln`. The fix proposed on #285 does not work because then other `Axlsx::DefinedName` attributes name are no more camelcased (`localSheetId` become `local_sheet_id` for instance). As proposed by @randym in #285, this commit only make a special case of the name and let the other attributes go through serialized_attributes. Adding a test on it revealed a wrong test which would have catched similar error but was not because of value returned by `doc.xpath`. | |||
| 2012-09-30 | Forgot to add these files to last commit! | Randy Morgan | |
| extraction refactoring | |||
| 2012-08-02 | bring coverage up to 100% for d_lbls and defined names | Randy Morgan | |
| release prep! | |||
