summaryrefslogtreecommitdiffhomepage
path: root/lib/axlsx/workbook/worksheet/data_validation.rb
AgeCommit message (Expand)Author
2023-10-19Fix data validations for none type validations to show warnings onlyKoza
2023-06-10Fix safe Style/ColonMethodCall offensesGeremia Taglialatela
2023-05-20Fix Style/AndOr offensesGeremia Taglialatela
2023-05-09Do not change the whitespace that is produced by to_xml_string'sPaul Kmiec
2023-05-05Pipe output directly to str and avoid additional memory allocationsPaul Kmiec
2023-05-04Fix tests / code to work with frozen string literalsPaul Kmiec
2023-05-04Enable Style/FrozenStringLiteralComment and autocorrectPaul Kmiec
2023-04-08Fix space-related offensesGeremia Taglialatela
2023-04-07Fix Layout/SpaceInsideArrayLiteralBrackets offensesGeremia Taglialatela
2023-04-06Fix Layout offenses related to access modifiersGeremia Taglialatela
2023-04-06Fix Layout/EmptyLines offensesGeremia Taglialatela
2023-04-06Fix Style/Encoding offensesGeremia Taglialatela
2022-07-12Add `hideDropDown` alias for `showDropDown` setting, as the latter is confusi...Koza
2022-03-02instance_values -> instance_values_forpjskennedy
2022-03-02Update references to use new class methodpjskennedy
2020-11-27Allow to set cell type to `date`Artem Kozaev
2014-04-04Fix boolean values so the output matches Excel and works on NumbersJurriaan Pruis
2014-02-26Huge refactoringJurriaan Pruis
2012-10-14Refactored to use options parser and serialized attributes.Randy Morgan
2012-05-30release prep for 1.1.6Randy Morgan
2012-05-24Additional comment for showDropDown attribute.Jan-Hendrik Hühne
2012-05-24Valid attributes optimizationJan-Hendrik Hühne
2012-05-24BugfixJan-Hendrik Hühne
2012-05-24Only render possible attributes for the given type.Jan-Hendrik Hühne
2012-05-22Added some comments which attribute is available for which type.Jan-Hendrik Hühne
2012-05-22Default value changesJan-Hendrik Hühne
2012-05-22Bugfix.Jan-Hendrik Hühne
2012-05-22First try of the data validation feature.Jan-Hendrik Hühne