summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_cell.rb
AgeCommit message (Expand)Author
2023-10-02Fix failing specjohnnyshields
2023-10-02Set escape_formulas as "true" as a global default.johnnyshields
2023-05-22Use Ruby 1.9 hash syntax (non-production code)Geremia Taglialatela
2023-05-15Remove ability to set `u=` to true in favor of :singlePaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-05-03Fix Style/RedundantFileExtensionInRequire offenseGeremia Taglialatela
2023-05-03Add RuboCop MinitestGeremia Taglialatela
2023-05-03Fix offenses to non-production codeGeremia Taglialatela
2023-04-23Add test to ensure various OWASP prefixes are never parsed as formulaStefan
2023-04-13Merge branch 'master' into escape-formulas-improvementJohnny Shields
2023-04-10Fix Layout/LeadingCommentSpace offensesGeremia Taglialatela
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-08Fix EmptyLines related offensesGeremia Taglialatela
2023-04-03Escape array formulasjohnnyshields
2023-04-02`escape_formulas` should handle all [OWASP-designated formula prefixes](https...johnnyshields
2022-02-06Autowidth cell calculation is now configurableTobias Egli
2021-01-05Merge pull request #71 from artplan1/add-date-typeNoel Peden
2020-12-03Extend cell_type_from_value with sanity checksToms Mikoss
2020-11-27Add casting to dateArtem Kozaev
2020-07-27Fix type detection for floats with out-of-rage exponents (#54)Stefan Daschek
2020-02-13Improve cell string_autowidth calculations (#44)Weston Ganger
2019-12-20Add option to protect against formula injection attacks (#34)Gabriel Morcote
2018-02-08chore(coverage) increase coverage and cleanuprandym
2016-11-04fix(test): explicitly require members in xpath query assertionrandym
2016-11-03Add testsArkadiy Butermanov
2014-10-29Skip to_time if the value is a Time instanceSoutaro Matsumoto
2014-03-04Fix cell merging, #179Jurriaan Pruis
2014-03-04Array forumla tests.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-01-15Added support for iso 8601 data types.Randy Morgan
2012-11-08fixed cell text run validation for u and familyRandy Morgan
2012-09-23Autofilter extended implementationRandy 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-12specs to prove the sz bug is actually fixed.Randy Morgan
2012-07-15cleanup worksheet initializer.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-06put only plain string cells in shared string tableochko
2012-04-02Merge pull request #73 from jurriaan/empty-cellRandy Morgan
2012-04-02Updated tests for nil cellsJurriaan Pruis
2012-04-02move axlsx.rb helper methods into separate test suite.Randy Morgan
2012-04-01Test 3+ letter column references and indices.Joe Kain
2012-04-01part way through changing all serialization to use string concatenation prior...Randy Morgan
2012-03-28Still not fast enough?Randy Morgan
2012-03-27FAST ENOUGH?Randy Morgan