index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
workbook
/
worksheet
/
data_validation.rb
Age
Commit message (
Expand
)
Author
2023-10-19
Fix data validations for none type validations to show warnings only
Koza
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-20
Fix Style/AndOr offenses
Geremia Taglialatela
2023-05-09
Do not change the whitespace that is produced by to_xml_string's
Paul Kmiec
2023-05-05
Pipe output directly to str and avoid additional memory allocations
Paul Kmiec
2023-05-04
Fix tests / code to work with frozen string literals
Paul Kmiec
2023-05-04
Enable Style/FrozenStringLiteralComment and autocorrect
Paul Kmiec
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-07
Fix Layout/SpaceInsideArrayLiteralBrackets offenses
Geremia Taglialatela
2023-04-06
Fix Layout offenses related to access modifiers
Geremia Taglialatela
2023-04-06
Fix Layout/EmptyLines offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2022-07-12
Add `hideDropDown` alias for `showDropDown` setting, as the latter is confusi...
Koza
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2020-11-27
Allow to set cell type to `date`
Artem Kozaev
2014-04-04
Fix boolean values so the output matches Excel and works on Numbers
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2012-10-14
Refactored to use options parser and serialized attributes.
Randy Morgan
2012-05-30
release prep for 1.1.6
Randy Morgan
2012-05-24
Additional comment for showDropDown attribute.
Jan-Hendrik Hühne
2012-05-24
Valid attributes optimization
Jan-Hendrik Hühne
2012-05-24
Bugfix
Jan-Hendrik Hühne
2012-05-24
Only render possible attributes for the given type.
Jan-Hendrik Hühne
2012-05-22
Added some comments which attribute is available for which type.
Jan-Hendrik Hühne
2012-05-22
Default value changes
Jan-Hendrik Hühne
2012-05-22
Bugfix.
Jan-Hendrik Hühne
2012-05-22
First try of the data validation feature.
Jan-Hendrik Hühne