./math/ruby-spreadsheet, Ruby Spreadsheet Library to read and write Spreadsheet Documents

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.3.1, Package name: ruby31-spreadsheet-1.3.1, Maintainer: pkgsrc-users

The Spreadsheet Library is designed to read and write Spreadsheet Documents.
As of version 0.6.0, only Microsoft Excel compatible spreadsheets are
supported. Spreadsheet is a combination/complete rewrite of the
Spreadsheet::Excel Library by Daniel J. Berger and the ParseExcel Library by
Hannes Wyss. Spreadsheet can read, write and modify Spreadsheet Documents.


Required to run:
[devel/ruby-ole] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 357.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-03 16:57:05 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-spreadsheet: update to 1.3.1

1.3.1 (2024-01-15)

* Fix spreadsheet.gemspec issues.
   2021-11-23 15:42:13 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-spreadsheet: update to 1.3.0

1.3.0 (2021-09-23)

* Issues #138 #262, see github.com/zdavatz/spreadsheet
   2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458)
Log message:
math: Remove SHA1 hashes for distfiles
   2021-05-30 11:33:10 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-spreadsheet: update to 1.2.9

No changelog nor release note.  Here are quote from commit messages.

1.2.9 (2021-05-21)

* Use encoding on regexp
* Remove invalid worksheet characters
   2021-02-28 16:38:14 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-spreadsheet: update to 1.2.8

No release information, but seems to fixed below.

* fix: Worksheet#<< fails when adding the first row
   2021-01-26 16:34:57 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
math/ruby-spreadsheet: update to 1.2.7

1.2.7 (2021-01-20)

* Remove .travis.ci, hoe, obsolete Warning
* Added GithubActions
   2020-03-08 17:07:29 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
math/ruby-spreadsheet: update to 1.2.6

Update ruby-spreadsheet to 1.2.6.

### 1.2.6 22.1.2020
Author: tetsuya-ogawa <tetsuya.ogawa87@gmail.com>
Date:   Wed Jan 22 15:18:00 2020 +0900

* add instance method "<<" to Spreadsheet::Worksheet