index
:
caxlsx
hyperlink-worksheet-fix
master
Caxlsx
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
axlsx
/
rels
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-24
Fix Style/RedundantFileExtensionInRequire offenses
Geremia Taglialatela
2023-05-18
Fix YARD warnings
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-09
Fix offenses related to indentation consistency
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2023-04-06
Remove Layout/TrailingWhitespace offenses
Geremia Taglialatela
2022-03-02
instance_values -> instance_values_for
pjskennedy
2022-03-02
Update references to use new class method
pjskennedy
2019-10-02
Cache relationship in Hash rather than in Array.
Vladimir Kochnev
2019-10-02
Fix Relationship.instances cache.
Vladimir Kochnev
2017-04-01
chore(doc): document some members
randym
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-07-08
Implement Relationship.clear_cached_instances, use it before serializing the ...
Stefan Daschek
2013-07-08
Simply Relationship.next_free_id by depending on number of cached instances.
Stefan Daschek
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2012-11-27
Merge pull request #148 from alexrothenberg/pivot_table
Randy Morgan (@morgan_randy)
2012-11-27
Create a simple Pivot Table
Alex Rothenberg
2012-11-12
Escape URLs used as target for hyperlinks.
Stefan Daschek
2012-07-14
1.1.8 release prep
Randy Morgan
2012-05-19
correct relation management for comments and some spec improvements for packa...
Randy Morgan
2012-05-13
remove discontinued to_xml method
Randy Morgan
2012-04-01
rebuild all serialization to use string concatenation instead of nokogiri.
Randy Morgan
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-04
fix typos in docs
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan
2012-02-02
Adding in hyperlinking for images as per issue #22
Randy Morgan
2012-01-18
remove linebreaks/indentation when saving to encourage interop with rubyXL
Randy Morgan
2011-11-26
adding in support for ruby 1.9.3
Randy Morgan
2011-11-23
Adding image support and some document clean up for .8 release
Randy Morgan
2011-11-20
first commit
Randy Morgan