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
/
worksheet_hyperlink.rb
Age
Commit message (
Expand
)
Author
2023-06-10
Fix safe Style/ColonMethodCall offenses
Geremia Taglialatela
2023-05-31
Use Ruby 1.9 hash syntax
Geremia Taglialatela
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-10
Fix Layout/LeadingCommentSpace offenses
Geremia Taglialatela
2023-04-08
Fix Layout/EmptyLineAfterGuardClause offenses
Geremia Taglialatela
2023-04-08
Fix space-related offenses
Geremia Taglialatela
2023-04-08
Fix EmptyLines related offenses
Geremia Taglialatela
2013-07-08
Make relationship ids more reliable.
Stefan Daschek
2012-11-12
Escape URLs used as target for hyperlinks.
Stefan Daschek
2012-10-18
removed unneeded quotation for single word symbol
Randy Morgan
2012-10-14
Refactored to use options parser, accessors and serialization attributes
Randy Morgan
2012-10-14
Applied serialized_attributes to worksheet_hyperlink
Randy Morgan
2012-10-09
extracted accessor methods into module that is scope because polluting Module...
Randy Morgan
2012-09-30
Forgot to add these files to last commit!
Randy Morgan
2012-09-30
Extracted String Attribute method generation.
Randy Morgan
2012-08-12
Release prep
Randy Morgan
2012-08-11
backward compat for 1.8.7
Randy Morgan
2012-08-11
anyone remember 1.8.7?
Randy Morgan
2012-08-11
add hyperlinks for worksheets #118
Randy Morgan