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
/
shared_strings_table.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
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-08
Fix EmptyLines related offenses
Geremia Taglialatela
2023-04-06
Fix Style/Encoding offenses
Geremia Taglialatela
2014-03-01
Implemented RichText (multiple text runs)
Jurriaan Pruis
2014-02-26
Huge refactoring
Jurriaan Pruis
2013-08-17
Extracted control char sanitization to module level and applied to shared str...
Randy Morgan
2013-05-14
correct shared strings table xml:space attribute parsing and schema
Randy Morgan
2013-04-28
Refactored and renamed space preservation
Randy Morgan
2013-01-10
reduced processing of 3000 rows from 3+ seconds to just under 2
Randy Morgan
2012-04-06
put only plain string cells in shared string table
ochko
2012-04-04
shared string should be faster than non-shared string serialization
ochko
2012-04-02
Merge pull request #73 from jurriaan/empty-cell
Randy Morgan
2012-04-03
pre-release cleanup
Randy Morgan
2012-04-01
String table ignore nil values
Jurriaan Pruis
2012-04-01
part way through changing all serialization to use string concatenation prior...
Randy Morgan
2012-03-28
Still not fast enough?
Randy Morgan
2012-03-27
FAST ENOUGH?
Randy Morgan
2012-03-27
Some small improvements
Randy Morgan
2012-02-12
reject formula from shared strings candidates
Randy Morgan
2012-02-12
patching unbalanced ends
Randy Morgan
2012-02-12
Adding in support for optionally using the shared strings table. This will al...
Randy Morgan