summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/util
AgeCommit message (Expand)Author
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
2012-11-27Merge pull request #148 from alexrothenberg/pivot_tableRandy Morgan (@morgan_randy)
2012-11-27Create a simple Pivot TableAlex Rothenberg
2012-11-25Updated readme and docs for pre 1.3.4 releaseRandy Morgan
2012-11-25Patched serilalized_element_attributes to properly update value from called b...Randy Morgan
2012-11-25Refactored header_footer element serialization.Randy Morgan
2012-11-08fixed cell text run validation for u and familyRandy Morgan
2012-11-05completed documentationRandy Morgan
2012-10-21Added insert_worksheet to Workbook so we can add worksheets at a specific pos...Randy Morgan
2012-10-18Patched serialized attributes to use double quotes for attribute valuesRandy Morgan
2012-10-14Updated options parser to reject nil valuesRandy Morgan
2012-10-14Refactored options parse into module and applied it to border_rbRandy Morgan
2012-10-14Patched serialized_attributes for 1.8.7Randy Morgan
2012-10-14updated serialized_attributes to reject nil valuesRandy Morgan
2012-10-14Corrected serializable_attributes declaraion and added an additional_attribut...Randy Morgan
2012-10-14Extracted attriubte serializationRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting Module...Randy Morgan
2012-09-30altered scope for generic validated_attr_accessorRandy Morgan
2012-09-30Forgot to add these files to last commit!Randy Morgan
2012-09-30Extracted String Attribute method generation.Randy Morgan
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-09-30added MOAR documentationRandy Morgan
2012-09-30patched range validatorRandy Morgan
2012-09-30fixed regular expression generation for removing control characters.Randy Morgan
2012-09-26pre-release readme updates and more work on auto_filter preset valuesRandy Morgan
2012-09-25more work on deep autofilter implementationRandy Morgan
2012-08-27release prepRandy Morgan
2012-08-11add hyperlinks for worksheets #118Randy Morgan
2012-07-17MOAR cleanup for worksheet.Randy Morgan
2012-07-14Additional validations for excel sheet name and example updatesRandy Morgan
2012-07-141.1.8 release prepRandy Morgan