summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2011-12-08library should require the version constantRandy Morgan
2011-12-08bumping version and readme for update.Randy Morgan
2011-12-08crunched the gemspec and pushed a bunk gem.Randy Morgan
2011-12-07patch for issue #1Randy Morgan
force binary encoding for zip entries. [bug] fixed error in app.rb so extended properties can now be used. improved support for OOXML cell element types.
2011-12-06adding inlineString type to rich formatted cells.Randy Morgan
2011-12-06Gemfile.lock does not belong in the repoRandy Morgan
2011-12-06attempt to fix recursive rake requireRandy Morgan
2011-12-06Formatting float values for column width and date values in an attempt to ↵Randy Morgan
resolve https://github.com/randym/axlsx/issues/1
2011-12-05updating docs and examplesRandy Morgan
2011-12-05release prepRandy Morgan
2011-12-05specs for new functionalityRandy Morgan
2011-12-05adding [] method for named based access and including cell font size ↵Randy Morgan
overrides into the autowidth calculations
2011-12-05ensure that worksheet names are unique in the workbookRandy Morgan
2011-12-05updating start_at, end_at to accept a named cell reference, a cell or x, y ↵Randy Morgan
coordinates
2011-12-05Adding in shorthand color representations and validation so we can use stuff ↵Randy Morgan
like 00 for black, FF for white
2011-12-05adding in style overrides to cell.rbRandy Morgan
2011-12-05adding class method to transform single cell names in to x, y coordinates. ↵Randy Morgan
For example "A1" transliterates to [0, 0] while "C7" transliterates to [2, 6]
2011-12-03update gemspec to require proper rake version so 1.9.2 does not break on DSL ↵Randy Morgan
missing.
2011-12-03make sure travis includes devlopmentRandy Morgan
2011-12-03Testing if travis can pull the requirements from gemspec.Randy Morgan
2011-12-02adding in the picture locking class and testsRandy Morgan
2011-12-02Added locking attributes for pictures and some stubs for parsingRandy Morgan
2011-12-01added default formatting for date types when the cell style is 0 and the ↵Randy Morgan
data type is :time
2011-12-01removing generated yard docs from repositoryRandy Morgan
2011-11-30pre 1.0.10 release commitRandy Morgan
2011-11-30Hardcoding time offset from 1970 as using time for dates this far in the ↵Randy Morgan
past will break on some systems. Adding in travis build status
2011-11-30patch excel time calculationsRandy Morgan
2011-11-30From the docs on time "On some operating systems, this offset is allowed to ↵Randy Morgan
be negative." perhaps travis is one of those systems that does not allow negative offsets. Using the integer value for 1900 and 1904 epocs
2011-11-30more travis testing. Randy Morgan
2011-11-30Output time in rake test to see what time travis thinks it is.Randy Morgan
2011-11-29fiddle #19 time creation with travis Randy Morgan
2011-11-29with some help from antares_Randy Morgan
2011-11-29changing it here too.Randy Morgan
2011-11-29ruby 1.8.7 on linux does *not* like my time. Trying crazy stuff.Randy Morgan
2011-11-29always read the manual! Month is a string in the example on 1.8.7Randy Morgan
2011-11-29travis fun with timesRandy Morgan
2011-11-29Travis still does not like my Time.local(1900,1,1,0,0,0,0) format. Dropping ↵Randy Morgan
down to year, month and day only.
2011-11-29trying to fix 'out of range' for time creation on travisRandy Morgan
2011-11-29clean up as we do not need a set up method in this test.Randy Morgan
2011-11-29more travis fun! moving attribute @rels into test method as it seems travis ↵Randy Morgan
thinks it is nil!
2011-11-29testing to see if Time.local resolves Time.now out of range error on travis.Randy Morgan
2011-11-29trying for travis.Randy Morgan
2011-11-29loving travis - patching more mis-capitalized requiresRandy Morgan
2011-11-29travis says that activesupport inflections require i18n - adding it in as a ↵Randy Morgan
test.
2011-11-29patching capitalized includeRandy Morgan
2011-11-29travis editsRandy Morgan
2011-11-29more fun with travis.ciRandy Morgan
2011-11-29bundle needs rake for travis. Seeing if it will work as a development ↵Randy Morgan
dependency.
2011-11-29adding in travis config to spec both 1.8.7 and 1.9.3Randy Morgan
2011-11-29patch for 1.8.3 lack of to_time support on TimeRandy Morgan