summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Collapse)Author
2017-04-01chore(string): remove patching of Stringrandym
2017-04-01chore(depreciated): remove depreciated membersrandym
2017-04-01fix(two_cell_anchor): spat arguments for start_at, end_at when they are in ↵randym
the options hash
2017-03-23Fix typomparramon-kantox
:)
2016-11-15Merge pull request #499 from ehallmark/pivot_table_bugsRandy Morgan (@morgan_randy)
Pivot table bugs
2016-11-15Merge pull request #494 from sato-s/sheet-titleRandy Morgan (@morgan_randy)
Fix #472: worksheet name with underscore
2016-11-15Merge pull request #492 from sato-s/colorRandy Morgan (@morgan_randy)
set color with Row#color=
2016-11-14set color with Row#color=sato-s
2016-11-12fix warning: constant ::Fixnum is deprecatedtakkanm
fix Fixnum deprecated warning on Ruby2.4-preview3. Fixnum was unify into Integer. https://bugs.ruby-lang.org/issues/12005
2016-11-07Added style_info field to pivot_table.rbEvan Hallmark
2016-11-07Updated pivot_table#pivot_field_for to use the axisPage attr for page fields ↵Evan Hallmark
instead of axisCol
2016-11-07Added pivot table option to pass in list of row fields to omit subtotals fromEvan Hallmark
2016-11-07Override NumFmt serialized_attributes to ovid removing underscoresEvan Hallmark
2016-11-04Merge pull request #455 from acl-services/text-typeRandy Morgan (@morgan_randy)
Implement :text cell type
2016-11-02Allow a Row to be passed to merge_cellsMike Dillon
2016-10-09Fix #472: worksheet name with underscoresato-s
Previously, worksheet name was defined as a serializable_attributes that Axlsx automatically camelize by Axlsx.camel . This cause an unexpected worksheet name convertion. For instance, - "Pie_chart" is converted into "Piechart" - "_example" is converted into "Example" This patch disables an unexpected worksheet name convertion.
2016-04-05Escape html in :text typeArkadiy Butermanov
2016-03-23Implement :text cell typeArkadiy Butermanov
2016-02-28Merge pull request #420 from romuloceccon/fix_core_r_schemaRandy Morgan (@morgan_randy)
Fix core rels namespace
2016-01-13Remove incorrect argumentBruce Davidson
2016-01-13Fix #440 - allow control of position of outline summary row/columnsBruce Davidson
2015-12-14[ci skip] Fix the documentation for Worksheet#colsRoque Pinel
2015-11-18remove some code reekRunar Ingebrigtsen
2015-09-30Fix core rels namespaceRômulo A. Ceccon
The correct core rels namespace is http://schemas.openxmlformats.org/package/..., and not http://schemas.openxmlformats.org/officeDocument/...
2015-09-22Escape special characters in chart `StrVal`Clark Cutler
So that, for example, pie charts can render with labels that include an ampersand
2015-08-07Merge branch 'master' of https://github.com/woto/axlsxRuslan Kornev
2015-08-07allow to use d_lbl_pos for LineChartRuslan Kornev
2015-07-29workbook.rb: added possibility to reverse the serialization order of workbookErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-29num_val.rb, str_val.rb: added checking for nil values in to_xml_stringErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-28scatter_series.rb: added line_width to scatter seriesErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-28chart.rb: added method to set font size of Title object in chartErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-28title.rb: added text_size to set the font size of the titleErik Veijola
Signed-off-by: Erik Veijola <[email protected]>
2015-07-05Fix Axlsx::LineSeries#marker_symbol and add testsJonathan Tron
2015-07-05Merge branch 'marker_symbols' of https://github.com/mfrank01/axlsx into ↵Jonathan Tron
mfrank01-marker_symbols
2015-07-04Merge branch 'fix-time-cast' of https://github.com/soutaro/axlsx into ↵Jonathan Tron
soutaro-fix-time-cast
2015-07-04Add a little bit of doc, remove warning by using attr_readerJonathan Tron
2015-07-04Merge branch 'master' of https://github.com/alankessler/axlsx into ↵Jonathan Tron
alankessler-master
2015-07-04Add test, fix example with tab color generation and fix a but due to a typoJonathan Tron
2015-07-04Merge branch 'worksheet_tab_colour' of https://github.com/shifakhan/axlsx ↵Jonathan Tron
into shifakhan-worksheet_tab_colour
2015-07-03Extract mime type detection to an utility classmarc
2015-07-03Validates whether an image is acceptable through mime typemarc
image/jpeg, image/png & image/gif are considered the allowed mime types for an image. mimemagic gem is added as dependency in order to do the checking. Added tests to check against three supported mime types. A fake jpg fixture (created with 'touch' command) has been added to test that extension is no longer used.
2015-05-23Option to change tab colorshifakhan
2015-04-26Update worksheet.rbIwan Buetti
small oversight...
2015-03-14opacity needs to be an integerAlan Kessler
2015-03-14Change option name to 'opacity' and allow value between 0 and 1.Alan Kessler
2015-03-14bump versionJurriaan Pruis
2015-03-14Merge pull request #347 from ionthegeek/smoothingJurriaan Pruis
Add support for enabling or disabling smoothed lines in a scatter series
2015-03-14Merge pull request #377 from shifakhan/charts_background_colorJurriaan Pruis
Background color option for charts
2015-03-14Merge pull request #375 from ebeigarts/fix-upcased-imagesJurriaan Pruis
Fix content types for uppercased image file extensions
2015-03-03Minor changeBrad Stewart