summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet
AgeCommit message (Expand)Author
2012-12-20Removed validation for col#widthRandy Morgan
2012-12-20Simplified to_xml_string serializationRandy Morgan
2012-12-19Removed unused relationships_index_of method in pivot_tableRandy Morgan
2012-12-19changed outline_row to outline_level_row to minimize confusion with bordersRandy Morgan
2012-12-15Added methods to simplify outlining with specsRandy Morgan
2012-12-14Added formula_values options and specs for sheet format pr.Randy Morgan
2012-12-12Test for invalid characters in the sheet name.Hayden Ball
2012-12-04Added sheet_format_pr to help iOS/OSX preview renderers look niceRandy Morgan
2012-11-27Merge pull request #148 from alexrothenberg/pivot_tableRandy Morgan (@morgan_randy)
2012-11-27Can configure a pivot table when creating itAlex Rothenberg
2012-11-27Create a simple Pivot TableAlex Rothenberg
2012-11-25Added note for ::CGI.escapeHTML performance issueRandy Morgan
2012-11-25Removed row data type validation for cellsRandy Morgan
2012-11-25Updated readme and docs for pre 1.3.4 releaseRandy Morgan
2012-11-25Refactored header_footer element serialization.Randy Morgan
2012-11-23Adds an example of header/footers.Adam Mueller
2012-11-22Merge pull request #145 from freerunningtechnologies/masterRandy Morgan (@morgan_randy)
2012-11-23Updated thin_chars and replaced cover_me with simplecovRandy Morgan
2012-11-22Adds basic support for headers and footers.Adam Mueller
2012-11-16Minimized two_tone class methodRandy Morgan
2012-11-16Added sensible defaults for color scaleRandy Morgan
2012-11-15Patched for 1.8.7Randy Morgan
2012-11-15Updated DataBar conditional formatting to accept cfvo hashes in the initializ...Randy Morgan
2012-11-15Added color scale initializationRandy Morgan
2012-11-12Escape URLs used as target for hyperlinks.Stefan Daschek
2012-11-08fixed cell text run validation for u and familyRandy Morgan
2012-11-05refactored Row serializationRandy Morgan
2012-11-05completed documentationRandy Morgan
2012-10-21refactored conditional formatting classes that depend on pre-initialized cfvo...Randy Morgan
2012-10-21Added insert_worksheet to Workbook so we can add worksheets at a specific pos...Randy Morgan
2012-10-18removed unneeded quotation for single word symbolRandy Morgan
2012-10-18moved sort boolean reader declaration to boolean_attr_accessorRandy Morgan
2012-10-18Removed unused variableRandy Morgan
2012-10-18fixed indentation and removed UTF-8 hintRandy Morgan
2012-10-14Refactored to use options parser, accessors and serialization attributesRandy Morgan
2012-10-14Refactored to use options parser and serialized attributes.Randy Morgan
2012-10-14refactored ConditionalFormatting to use options parser and serialized attributesRandy Morgan
2012-10-14refactored IconSet to use options parser and serialized attributesRandy Morgan
2012-10-14Refactored GradientFill to use options parser and serialized attributes and p...Randy Morgan
2012-10-14refactored Cfvo to use options parser and serialized attributesRandy Morgan
2012-10-14Refactored DataBar to use serializable attributes and options parserRandy Morgan
2012-10-14refactored Col to use serialized attributes and correct camel cased outline_l...Randy Morgan
2012-10-14Applied serialized_attributes to worksheet_hyperlinkRandy Morgan
2012-10-14Extracted attriubte serializationRandy Morgan
2012-10-09extracted accessor methods into module that is scope because polluting Module...Randy Morgan
2012-09-30Forgot to add these files to last commit!Randy Morgan
2012-09-30Extracted STRING_ATTRIBUTES and BOOLEAN_ATTRIBUTES into mixin from moduleRandy Morgan
2012-09-30Extracted String Attribute method generation.Randy Morgan
2012-09-30Extracted boolean attribute class method generation to module.Randy Morgan
2012-09-30Finished implementation of SheetCalcPrRandy Morgan