summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/cell.rb
AgeCommit message (Expand)Author
2017-04-01chore(doc): document some membersrandym
2016-04-05Escape html in :text typeArkadiy Butermanov
2016-03-23Implement :text cell typeArkadiy Butermanov
2015-11-18remove some code reekRunar Ingebrigtsen
2014-10-29Skip to_time if the value is a Time instanceSoutaro Matsumoto
2014-03-12Fix autowidth in combination with sanitizingJurriaan Pruis
2014-03-05Small fixesJurriaan Pruis
2014-03-04Fix cell merging, #179Jurriaan Pruis
2014-03-03Add support for array formulas.tafryn
2014-03-01Implemented RichText (multiple text runs)Jurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2013-09-30add name attribute to cell to create defined names for a single cell. https:/...Randy Morgan
2013-08-17whitespace and debug cleanupRandy Morgan
2013-01-15Added support for iso 8601 data types.Randy Morgan
2013-01-10reduced processing of 3000 rows from 3+ seconds to just under 2Randy Morgan
2012-12-21removed typo spaceRandy Morgan
2012-12-21Applied patches for 1.8.7Randy Morgan
2012-12-20Simplified to_xml_string serializationRandy Morgan
2012-12-14Added formula_values options and specs for sheet format pr.Randy Morgan
2012-11-25Added note for ::CGI.escapeHTML performance issueRandy Morgan
2012-11-25Removed row data type validation for cellsRandy Morgan
2012-11-08fixed cell text run validation for u and familyRandy Morgan
2012-10-14Refactored to use options parser and serialized attributes.Randy Morgan
2012-09-14incorporate deeper check for cell size and adjust for boldRandy Morgan
2012-09-07properly recognize exponential values as floatRandy Morgan
2012-08-12fix error in font_size calculation when using user specified styles that do n...Randy Morgan
2012-08-02hmm…. ditch red carpet and do some docsRandy Morgan
2012-07-17fix part ordering for worksheetRandy Morgan
2012-07-17clean up cell_rangeRandy Morgan
2012-07-15refactoring auto width calculation to improve code quality.Randy Morgan
2012-07-141.1.8 release prepRandy Morgan
2012-06-04ooops! start_with needs a ? after it.Randy Morgan
2012-06-02more work on solidifying parsing of data caching for charts to eliminate form...Randy Morgan
2012-05-17fix ALL the warnings!Randy Morgan
2012-05-15bring coverage up to 100% and patch a few minor bugs in cell style overrides ...Randy Morgan
2012-05-12patch formula parsing. Randy Morgan
2012-05-09patch nil row style issueRandy Morgan
2012-04-18use method not instance variable for determining if cell level style customiz...Randy Morgan
2012-04-13update cell to use common lib methodRandy Morgan
2012-04-06put only plain string cells in shared string tableochko
2012-04-04shared string should be faster than non-shared string serializationochko
2012-04-02Merge pull request #73 from jurriaan/empty-cellRandy Morgan
2012-04-03pre-release cleanupRandy Morgan
2012-04-02Support nil cells for all typesJurriaan Pruis
2012-04-01Skip cells with nil valuesJurriaan Pruis
2012-04-01Fixed formula handlingJurriaan Pruis
2012-03-31Merge pull request #72 from joekain/perfRandy Morgan
2012-03-31Build self_hash up from INLINE_STYLESJoe Kain
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-29Implement full set of col attributes and improve performance of autowidth two...Randy Morgan