summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util
AgeCommit message (Expand)Author
2023-04-12Fix missing URI.open for ruby < 2.5Koza
2023-04-12improve validationSebastiano
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-09Fix offenses related to indentation consistencyGeremia Taglialatela
2023-04-08Fix Layout/EmptyLineAfterGuardClause offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-07Fix Layout/BlockAlignment offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLinesAroundAttributeAccessorGeremia Taglialatela
2023-04-06Fix Layout/EmptyLineBetweenDefs offensesGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2023-04-06Fix Layout/TrailingEmptyLines offensesGeremia Taglialatela
2023-04-06Remove Layout/TrailingWhitespace offensesGeremia Taglialatela
2022-09-21Update lib/axlsx/util/constants.rbStefan Daschek
2022-09-21Move worksheet name forbidden chars to a constantGeremia Taglialatela
2022-09-21Add worksheet name max length to a constantGeremia Taglialatela
2022-05-23Fix default values in docsStefan
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2022-02-07Validate name option to be non-empty string when passed.Josef Šimánek
2022-01-24Refractor to use constant based error messagesWeston Ganger
2021-03-27Replace mimemagic with marcel (#95)Jorne Kandziora
2020-11-27Allow to set cell type to `date`Artem Kozaev
2020-08-19Add option to `#serialize` with system zip commandRyan Winograd
2020-07-27Fix type detection for floats with out-of-rage exponents (#54)Stefan Daschek
2019-12-03Remove unused / stubbed code related to parsing xlsx filesStefan Daschek
2019-10-29Remove a typo from commentvzvu3k6k
2017-04-01chore(doc): document some membersrandym
2017-04-01fix(two_cell_anchor): spat arguments for start_at, end_at when they are in th...randym
2016-11-12fix warning: constant ::Fixnum is deprecatedtakkanm
2015-09-30Fix core rels namespaceRômulo A. Ceccon
2015-07-05Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into mfran...Jonathan Tron
2015-07-03Extract mime type detection to an utility classmarc
2014-07-29Allow custom marker symbol shapes on chartmfrank01
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2013-09-29add validation for Worksheet#state and WorkbookView#visibilityRandy Morgan
2013-09-13remove stupidity, remove warningRandy Morgan
2013-09-13Fixes for anchor swapping when adding images. - Two -> One swap still pending.Randy Morgan
2013-08-17refactored stupidityRandy Morgan
2013-08-17safe to camel all valuesRandy Morgan
2013-08-17ensure that values are camelized for serialized attributesRandy Morgan
2013-06-23provide a better default for dispBlanksAs and allow it to be configuredMoses Hohman
2013-05-12implement transpose for SimpleTypedList that supports sparse data.Randy Morgan
2013-04-19Added prep for 1.3.6 releaseRandy Morgan
2013-02-04Completed missing docs and pre-release prepRandy Morgan
2013-01-10reduced processing of 3000 rows from 3+ seconds to just under 2Randy Morgan
2012-12-12Test for invalid characters in the sheet name.Hayden Ball
2012-12-04Added unsigned_int and float attr_accessor helpersRandy Morgan