spreadsheet 1.2.6 → 1.2.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/bin/bundler +17 -0
- data/bin/oletool +17 -0
- data/bin/rake +17 -0
- data/bin/sow +17 -0
- data/bin/xlsopcodes +13 -14
- data/lib/spreadsheet/excel.rb +0 -6
- data/lib/spreadsheet/version.rb +1 -1
- data/test/data/test_compact_format_date.xls +0 -0
- data/test/data/test_compact_many_rows.xls +0 -0
- data/test/data/test_missing_format.xls +0 -0
- data/test/data/test_sizes.xls +0 -0
- data/test/suite.rb +2 -0
- metadata +42 -48
- data/.gitignore +0 -3
- data/.travis.yml +0 -46
- data/Excel97-2007BinaryFileFormatSpecification.pdf +0 -0
- data/GUIDE.md +0 -339
- data/Gemfile +0 -11
- data/History.md +0 -849
- data/README.md +0 -114
- data/Rakefile +0 -24
- data/excelfileformat.pdf +0 -0
- data/spreadsheet.gemspec +0 -24
data/Gemfile
DELETED
data/History.md
DELETED
@@ -1,849 +0,0 @@
|
|
1
|
-
### 1.2.6 22.1.2020
|
2
|
-
Author: tetsuya-ogawa <tetsuya.ogawa87@gmail.com>
|
3
|
-
Date: Wed Jan 22 15:18:00 2020 +0900
|
4
|
-
|
5
|
-
* add instance method "<<" to Spreadsheet::Worksheet
|
6
|
-
|
7
|
-
### 1.2.5 23.10.2019
|
8
|
-
Author: Jesús Manuel García Muñoz <jesus@bebanjo.com>
|
9
|
-
Date: Wed Oct 23 20:26:01 2019 +0200
|
10
|
-
|
11
|
-
* Fixes unrecognized date format
|
12
|
-
|
13
|
-
### 1.2.4 24.05.2019
|
14
|
-
Author: Cyril Champier <cyril.champier@doctolib.com>
|
15
|
-
Date: Fri May 24 12:56:52 2019 +0200
|
16
|
-
|
17
|
-
* correct ruby version check
|
18
|
-
* can read frozen string io
|
19
|
-
|
20
|
-
### 1.2.3 12.03.2019
|
21
|
-
Author: taichi <taichi730@gmail.com>
|
22
|
-
Date: Tue Mar 12 22:29:12 2019 +0900
|
23
|
-
|
24
|
-
* Remove workaround for ruby-ole gem
|
25
|
-
|
26
|
-
### 1.2.2 01.03.2019
|
27
|
-
Author: taichi <taichi730@gmail.com>
|
28
|
-
Date: Fri Mar 1 13:00:28 2019 +0900
|
29
|
-
|
30
|
-
* fixed unit test errors caused by frozen-string-literal
|
31
|
-
* removed ruby 2.3.8 with frozen-string-literal from CI regression
|
32
|
-
(It seems that standard libraries for this version does not support the
|
33
|
-
feature enough.)
|
34
|
-
* enable '--enable-frozen-string-literal' option on CI test
|
35
|
-
|
36
|
-
### 1.2.1 28.02.2019
|
37
|
-
Author: taichi <taichi730@gmail.com>
|
38
|
-
Date: Thu Feb 28 10:30:46 2019 +0900
|
39
|
-
|
40
|
-
* Merge pull request #231 from taichi-ishitani/separated_version_file
|
41
|
-
* Merge pull request #230 from taichi-ishitani/frozen_string_literal_support
|
42
|
-
|
43
|
-
### 1.2.0 17.2.2019
|
44
|
-
Author: James McLaren <jamesmclaren555@gmail.com>
|
45
|
-
* spreadsheet-1.2.0.gem released
|
46
|
-
|
47
|
-
### 1.1.9 26.1.2019
|
48
|
-
Author: Nick Weiland <nickweiland@gmail.com>
|
49
|
-
* spreadsheet-1.1.9.gem released.
|
50
|
-
|
51
|
-
### 1.1.8 / 20.08.2018
|
52
|
-
Author: VitaliyAdamkov <adamkov@tex.ua>
|
53
|
-
Date: Mon Aug 20 09:48:31 2018 +0300
|
54
|
-
|
55
|
-
* Cancel :lazy usage
|
56
|
-
* Use lazy select to speed up a little
|
57
|
-
* Omit rails :try usage
|
58
|
-
* stub for :postread_worksheet method
|
59
|
-
* sometimes it selects empty array..
|
60
|
-
|
61
|
-
Author: 545ch4 <s@rprojekt.org>
|
62
|
-
Date: Wed Mar 28 15:33:04 2018 +0200
|
63
|
-
|
64
|
-
* [ruby-2.4] Fix weird first line of spreadsheet.gemspec
|
65
|
-
* Doesn't seem to be a valid .gemspec command/field.
|
66
|
-
|
67
|
-
### 1.1.7 / 15.03.2018
|
68
|
-
|
69
|
-
Author: Maarten Brouwers <github@murb.nl>
|
70
|
-
Date: Thu Mar 15 15:10:23 2018 +0100
|
71
|
-
|
72
|
-
* shadowing outer local variable - i
|
73
|
-
|
74
|
-
* Running rake resulted in the following warning: `lib/spreadsheet/worksheet.rb:345: warning: shadowing outer local variable - i`; this patch fixes that.
|
75
|
-
|
76
|
-
### 1.1.6 / 12.03.2018
|
77
|
-
|
78
|
-
Author: Todd Hambley <thambley@travelleaders.com>
|
79
|
-
Date: Mon Mar 12 14:20:39 2018 -0400
|
80
|
-
|
81
|
-
* fix reject for ruby 1.8.7
|
82
|
-
* fix using invalid code pages when writing workbook
|
83
|
-
|
84
|
-
### 1.1.5 / 20.11.2017
|
85
|
-
|
86
|
-
Author: Paco Guzmán <pacoguzman@users.noreply.github.com>
|
87
|
-
Date: Sun Nov 19 18:10:57 2017 +0100
|
88
|
-
|
89
|
-
* Avoid creating a class variable, that variable cannot be garbage collected and it retains a lot of memory
|
90
|
-
|
91
|
-
### 1.1.4 / 02.12.2016
|
92
|
-
|
93
|
-
Author: Richard Lee <dlackty@gmail.com>
|
94
|
-
Date: Mon Jan 16 03:52:42 2017 +0800
|
95
|
-
|
96
|
-
* Update Travis CI rubies
|
97
|
-
|
98
|
-
Author: Zeno R.R. Davatz <zdavatz@ywesee.com>
|
99
|
-
Date: Fri Dec 2 10:36:20 2016 +0100
|
100
|
-
|
101
|
-
* updated Gem to use the correct License on Rubygems to GPL-3.0 as stated in the LICENSE File.
|
102
|
-
|
103
|
-
### 1.1.3 / 06.08.2016
|
104
|
-
|
105
|
-
Author: Alexandre Balon-Perin <abalonperin@gilt.jp>
|
106
|
-
Date: Fri Aug 5 17:19:29 2016 +0900
|
107
|
-
|
108
|
-
* Fix issue with iconv on Ubuntu 12.04
|
109
|
-
* This fix is related to a bug in the iconv implementation packaged in libc6 on Ubuntu 12.04
|
110
|
-
* For some reasons, the encoding options //TRANSLIT//IGNORE are improperly applied.
|
111
|
-
* When //TRANSLIT is specified, instead of rescuing errors related to //TRANSLIT and checking if the //IGNORE is set, the code simply crashes.
|
112
|
-
|
113
|
-
### 1.1.2 / 29.03.2016
|
114
|
-
|
115
|
-
Author: Aleksandr Boykov <aleksandr.boykov@parelio.com>
|
116
|
-
Date: Mon Mar 28 14:07:35 2016 -0400
|
117
|
-
|
118
|
-
fixes compact! method when the excel document has dates
|
119
|
-
|
120
|
-
### 1.1.1 / 03.01.2016
|
121
|
-
|
122
|
-
Author: ChouAndy <chouandy@ecoworkinc.com>
|
123
|
-
Date: Sun Jan 3 17:26:18 2016 +0800
|
124
|
-
|
125
|
-
Fixed Unknown Codepage 0x5212
|
126
|
-
|
127
|
-
### 1.1.0 / 08.12.2015
|
128
|
-
|
129
|
-
Author: Matthew Boeh <matt@crowdcompass.com>
|
130
|
-
Date: Mon Dec 7 11:18:55 2015 -0800
|
131
|
-
|
132
|
-
* Disregard locale indicators when determining whether a cell contains a date/time.
|
133
|
-
|
134
|
-
### 1.0.9 / 18.11.2015
|
135
|
-
|
136
|
-
Author: 545ch4 <s@rprojekt.org>
|
137
|
-
Date: Mon Nov 16 10:26:27 2015 +0100
|
138
|
-
|
139
|
-
* Add smart method compact! to worksheet
|
140
|
-
* Use compact! to reduce the number of rows and columns by striping empty one at both ends.
|
141
|
-
|
142
|
-
### 1.0.8 / 20.10.2015
|
143
|
-
|
144
|
-
commit e9bd1dd34998803b63460f4951e9aa34e569bd8f
|
145
|
-
Author: Pierre Laprée <pilap82@users.noreply.github.com>
|
146
|
-
Date: Tue Oct 20 03:12:22 2015 +0200
|
147
|
-
|
148
|
-
* Remove stray `puts`
|
149
|
-
* A `puts` instruction pollutes the log and doesn't serve any purpose. As such, we propose its removal.
|
150
|
-
|
151
|
-
### 1.0.7 / 23.09.2015
|
152
|
-
|
153
|
-
Author: Leopoldo Lee Agdeppa III <leopoldo.agdeppa@gmail.com>
|
154
|
-
Date: Wed Sep 23 08:24:16 2015 +0800
|
155
|
-
|
156
|
-
* Update worksheet.rb
|
157
|
-
* Adding Test for Freeze panels
|
158
|
-
* Update worksheet.rb
|
159
|
-
* Added freeze (freeze panel) functionality
|
160
|
-
* Update worksheet.rb
|
161
|
-
* Freeze (freeze window) functionality added to worksheet
|
162
|
-
|
163
|
-
### 1.0.6 / 14.09.2015
|
164
|
-
|
165
|
-
Author: Yann Plancqueel <yplancqueel@gmail.com>
|
166
|
-
Date: Sat Sep 12 15:32:49 2015 +0200
|
167
|
-
|
168
|
-
* bugfix opening a spreadsheet with missing format
|
169
|
-
|
170
|
-
### 1.0.5 / 01.09.2015
|
171
|
-
|
172
|
-
Author: kunashir <kunashir@list.ru>
|
173
|
-
Date: Tue Sep 1 13:12:49 2015 +0300
|
174
|
-
|
175
|
-
* add format for nubmer with out #
|
176
|
-
|
177
|
-
### 1.0.4 / 18.07.2015
|
178
|
-
|
179
|
-
Author: Edmund Mai <edmundm@crowdtap.com>
|
180
|
-
Date: Fri Jul 17 15:32:47 2015 -0400
|
181
|
-
|
182
|
-
* Fixes slow Spreadsheet.open response in console
|
183
|
-
|
184
|
-
### 1.0.3 / 10.03.2015
|
185
|
-
|
186
|
-
Author: Robert Eshleman <c.robert.eshleman@gmail.com>
|
187
|
-
Date: Mon Mar 9 09:47:59 2015 -0400
|
188
|
-
|
189
|
-
* Update `ruby-ole` to `1.2.11.8`
|
190
|
-
** `ruby-ole` <= `1.2.11.7` throws a duplicated key warning in Ruby 2.2.
|
191
|
-
** This commit updates `ruby-ole` to `1.2.11.8`, which fixes this warning.
|
192
|
-
** Related discussion: [aquasync/ruby-ole#15] - [aquasync/ruby-ole#15]: https://github.com/aquasync/ruby-ole/issues/15
|
193
|
-
|
194
|
-
### 1.0.2 / 05.03.2015
|
195
|
-
|
196
|
-
Author: cantin <cantin2010@gmail.com>
|
197
|
-
Date: Thu Mar 5 16:13:59 2015 +0800
|
198
|
-
|
199
|
-
* add Rational support
|
200
|
-
* add rational requirement
|
201
|
-
* use old rational syntax in test
|
202
|
-
|
203
|
-
### 1.0.1 / 22.01.2015
|
204
|
-
|
205
|
-
Author: Sergey Konotopov <lalalalalala@gmail.com>
|
206
|
-
Date: Wed Jan 21 13:19:56 2015 +0300
|
207
|
-
|
208
|
-
* Fixing Excel::Worksheet#dimensions
|
209
|
-
|
210
|
-
### 1.0.0 / 29.08.2014
|
211
|
-
|
212
|
-
* added spreadsheet/errors.rb to Manifest.txt
|
213
|
-
|
214
|
-
### 0.9.9 / 28.08.2014
|
215
|
-
|
216
|
-
Author: PikachuEXE <pikachuexe@gmail.com>
|
217
|
-
Date: Wed Aug 27 09:55:41 2014 +0800
|
218
|
-
|
219
|
-
* Add custom error classes
|
220
|
-
* Raise custom error for unknown code page or unsupported encoding
|
221
|
-
|
222
|
-
### 0.9.8 / 19.08.2014
|
223
|
-
|
224
|
-
Author: PikachuEXE <pikachuexe@gmail.com>
|
225
|
-
Date: Tue Aug 19 09:54:30 2014 +0800
|
226
|
-
|
227
|
-
* Fix Encoding for MRI 2.1.0
|
228
|
-
|
229
|
-
### 0.9.7 / 04.02.2014
|
230
|
-
|
231
|
-
* Avoid exception when reading text objects
|
232
|
-
* Add test for drawings with text (currenty broken)
|
233
|
-
* Restore xlsopcodes script which had been mangled in previous commits
|
234
|
-
* Remove ruby 1.9 from roadmap, it's already working fine
|
235
|
-
* Fix excel file format documentation which had been mangled in previous commits
|
236
|
-
|
237
|
-
### 0.9.6 / 02.12.2013
|
238
|
-
|
239
|
-
Author: Malcolm Blyth <trashbat@co.ck>
|
240
|
-
Date: Mon Dec 2 11:44:25 2013 +0000
|
241
|
-
|
242
|
-
* Fixed issue whereby object author being null caused a gross failure.
|
243
|
-
* Now returns object author as an empty string
|
244
|
-
|
245
|
-
### 0.9.5 / 20.11.2013
|
246
|
-
|
247
|
-
Author: Malcolm Blyth <trashbat@co.ck>
|
248
|
-
Date: Tue Nov 19 15:14:31 2013 +0000
|
249
|
-
|
250
|
-
* Bumped revision
|
251
|
-
* Fixed author stringname error (damn this 1 based counting)
|
252
|
-
* Updating integration test to check for comments contained within the cells.
|
253
|
-
* Checking also for multiple comments in a sheet
|
254
|
-
|
255
|
-
### 0.9.4 / 12.11.2013
|
256
|
-
|
257
|
-
* Updated Manifest.txt
|
258
|
-
|
259
|
-
### 0.9.3 / 12.11.2013
|
260
|
-
|
261
|
-
commit e15d8b45d7587f7ab78c7b7768de720de9961341 (refs/remotes/gguerrero/master)
|
262
|
-
Author: Guillermo Guerrero <g.guerrero.bus@gmail.com>
|
263
|
-
Date: Tue Nov 12 11:50:30 2013 +0100
|
264
|
-
|
265
|
-
* Refactor update_format for cloning format objects
|
266
|
-
* Added lib/spreadsheet/note.rb to Manifest.txt file
|
267
|
-
* 'update_format' methods now receive a hash of key => values to update
|
268
|
-
|
269
|
-
Author: Przemysław Ciąćka <przemyslaw.ciacka@gmail.com>
|
270
|
-
Date: Tue Nov 12 00:07:57 2013 +0100
|
271
|
-
|
272
|
-
* Added lib/spreadsheet/note.rb to Manifest.txt file
|
273
|
-
|
274
|
-
### 0.9.2 / 11.11.2013
|
275
|
-
|
276
|
-
commit e70dc0dbbc966ce312b45b0d44d0c3b1dc10aad6
|
277
|
-
Author: Malcolm Blyth <trashbat@co.ck>
|
278
|
-
Date: Mon Nov 11 15:53:58 2013 +0000
|
279
|
-
|
280
|
-
*Corrected compressed string formatting - *U (UTF-8) should have been *S (16-bit string)
|
281
|
-
*Completed addition of notes hash to worksheet
|
282
|
-
*Bumped revision
|
283
|
-
*Updated reader and note
|
284
|
-
Note class no longer extends string for simplicity and debug of class (pp now works a bit more easily)
|
285
|
-
Reader has had loads of changes (still WIP) to allow objects of class
|
286
|
-
Note and NoteObject to be created and combined in the postread_worksheet function
|
287
|
-
*Adding noteObject to deal with the Object (and ultimately text comment field) created by excel's madness
|
288
|
-
|
289
|
-
### 0.9.1 / 24.10.2013
|
290
|
-
|
291
|
-
* Author: Matti Lehtonen <matti.lehtonen@puujaa.com>
|
292
|
-
Date: Thu Oct 24 09:41:50 2013 +0300
|
293
|
-
|
294
|
-
* Add support for worksheet visibility
|
295
|
-
|
296
|
-
### 0.9.0 / 16.09.2013
|
297
|
-
|
298
|
-
* Author: Pavel <pavel.evst@gmail.com>
|
299
|
-
Date: Mon Sep 16 14:02:49 2013 +0700
|
300
|
-
|
301
|
-
* Test cases for Worksheet#margins, Worksheet#pagesetup, Workbook#delete_worksheet. Fix bugs related to it.
|
302
|
-
* Page margins reader/writter
|
303
|
-
* Markdownify GUIDE
|
304
|
-
* Add page setup options (landscape or portrait and adjust_to)
|
305
|
-
|
306
|
-
### 0.8.9 / 24.08.2013
|
307
|
-
|
308
|
-
Author: Doug Renn <renn@nestegg.com>
|
309
|
-
Date: Fri Aug 23 17:10:24 2013 -0600
|
310
|
-
|
311
|
-
* Work around to handle number formats that are being mistaken time formats
|
312
|
-
|
313
|
-
### 0.8.8 / 02.08.2013
|
314
|
-
|
315
|
-
Author: Nathan Colgate <nathancolgate@gmail.com>
|
316
|
-
Date: Thu Aug 1 15:01:57 2013 -0500
|
317
|
-
|
318
|
-
* Update excel/internals.rb to reference a valid Encoding type
|
319
|
-
* Encoding.find("MACINTOSH") was throwing an error. Encoding.find("MACROMAN") does not.
|
320
|
-
|
321
|
-
### 0.8.7 / 24.07.2013
|
322
|
-
|
323
|
-
Author: Yasuhiro Asaka <yasaka@ywesee.com>
|
324
|
-
Date: Wed Jul 24 11:31:12 2013 +0900
|
325
|
-
|
326
|
-
* Remove warnings for test suite
|
327
|
-
* warning: mismatched indentations at 'end' with 'class' at xxx
|
328
|
-
* warning: method redefined; discarding old xxx
|
329
|
-
* warning: assigned but unused variable xxx
|
330
|
-
* warning: previous definition of xxx was here
|
331
|
-
* The source :rubygems is deprecated because HTTP
|
332
|
-
* requests are insecure. (Gemfile)
|
333
|
-
|
334
|
-
### 0.8.6 / 11.07.2013
|
335
|
-
|
336
|
-
Author: Arjun Anand and Robert Stern <dev+arjuna+rstern@reenhanced.com>
|
337
|
-
Date: Wed Jul 10 13:45:30 2013 -0400
|
338
|
-
|
339
|
-
* Allow editing of an existing worksheet.
|
340
|
-
|
341
|
-
### 0.8.5 / 24.04.2013
|
342
|
-
|
343
|
-
* Applied Patch by Joao Almeida: When editing an existing sheet, cells merge was not working.
|
344
|
-
* https://github.com/voraz/spreadsheet/pull/14.patch
|
345
|
-
|
346
|
-
### 0.8.4 / 20.04.2013
|
347
|
-
|
348
|
-
* Applied Patch by boss@airbladesoftware.com
|
349
|
-
* https://groups.google.com/d/msg/rubyspreadsheet/73IoEwSx69w/barE7uVnIzwJ
|
350
|
-
|
351
|
-
### 0.8.3 / 12.03.2013
|
352
|
-
|
353
|
-
Author: Keith Walsh <keith.walsh@adtegrity.com>
|
354
|
-
Date: Mon Mar 11 16:48:25 2013 -0400
|
355
|
-
|
356
|
-
* Typo correction in guide example.
|
357
|
-
|
358
|
-
### 0.8.2 / 28.02.2013
|
359
|
-
|
360
|
-
Author: Roque Pinel <roque.pinel@infotechfl.com>
|
361
|
-
Date: Wed Feb 27 12:10:29 2013 -0500
|
362
|
-
|
363
|
-
* Requiring BigDecimal for checking.
|
364
|
-
* Made API friendly to BigDecimal precision.
|
365
|
-
* Changes introduced by the user 'valeriusjames'.
|
366
|
-
|
367
|
-
### 0.8.1 / 18.02.2013
|
368
|
-
|
369
|
-
* Updated Manifest.txt to include lib/spreadsheet/excel/rgb.rb
|
370
|
-
|
371
|
-
### 0.8.0 / 18.02.2013
|
372
|
-
|
373
|
-
* Adding support for converting color palette values to RGB values (not vice-versa..yet)
|
374
|
-
* by https://github.com/dancaugherty/spreadsheet/compare/master...rgb
|
375
|
-
|
376
|
-
### 0.7.9 / 06.02.2013
|
377
|
-
|
378
|
-
Author: Eugeniy Belyaev (zhekanax)
|
379
|
-
|
380
|
-
* You can merge if you are interested in perl-like Workbook.set_custom_color
|
381
|
-
implementation. I know it is not really a proper way to deal with custom colors, but
|
382
|
-
nevertheless it makes it possible.
|
383
|
-
* https://github.com/zdavatz/spreadsheet/pull/27
|
384
|
-
|
385
|
-
### 0.7.8 / 06.02.2013
|
386
|
-
|
387
|
-
Author: Kenichi Kamiya <kachick1@gmail.com>
|
388
|
-
Date: Wed Feb 6 11:23:35 2013 +0900
|
389
|
-
|
390
|
-
* Link to Travis CI on README
|
391
|
-
* Remove warnings "assigned but unused variable" in test
|
392
|
-
* Remove warnings "assigned but unused variable"
|
393
|
-
* Enable $VERBOSE flag when running test
|
394
|
-
|
395
|
-
### 0.7.7 / 22.01.2013
|
396
|
-
|
397
|
-
Author: DeTeam <timur.deteam@gmail.com>
|
398
|
-
Date: Tue Jan 22 19:11:52 2013 +0400
|
399
|
-
|
400
|
-
* Make tests pass
|
401
|
-
* Readme updated
|
402
|
-
* RuntimeError when file is empty
|
403
|
-
* Hoe in dev deps
|
404
|
-
* Finish with bundler
|
405
|
-
* Add a Gemfile
|
406
|
-
|
407
|
-
also see: https://github.com/zdavatz/spreadsheet/pull/24
|
408
|
-
|
409
|
-
### 0.7.6 / 15.01.2013
|
410
|
-
|
411
|
-
Author: Kenichi Kamiya <kachick1@gmail.com>
|
412
|
-
Date: Tue Jan 15 15:52:58 2013 +0900
|
413
|
-
|
414
|
-
* Remove warnings "method redefined; discarding old default_format"
|
415
|
-
* Remove warnings "`*' interpreted as argument prefix"
|
416
|
-
* Remove warnings "instance variable @{ivar} not initialized"
|
417
|
-
* Remove warnings "assigned but unused variable"
|
418
|
-
|
419
|
-
also see: https://github.com/zdavatz/spreadsheet/pull/21
|
420
|
-
|
421
|
-
### 0.7.5 / 06.12.2012
|
422
|
-
|
423
|
-
* Add error tolerant values for Iconv when writing spreadsheet
|
424
|
-
* by andrea@spaghetticode.it
|
425
|
-
|
426
|
-
### 0.7.4 / 06.10.2012
|
427
|
-
|
428
|
-
* Adds Spreadsheet::Excel::Row#to_a method to properly decode Date and DateTime data.
|
429
|
-
* patches by https://github.com/mdgreenfield/spreadsheet
|
430
|
-
|
431
|
-
### 0.7.3 / 26.06.2012
|
432
|
-
|
433
|
-
* Fix Format borders
|
434
|
-
* see https://github.com/zdavatz/spreadsheet/pull/6 for full details.
|
435
|
-
* patches by uraki66@gmail.com
|
436
|
-
|
437
|
-
### 0.7.2 / 14.06.2012
|
438
|
-
|
439
|
-
* many changes by Mina Naguib <mina.git@naguib.ca>
|
440
|
-
* see git log for full details
|
441
|
-
|
442
|
-
### 0.7.1 / 08.05.2012
|
443
|
-
|
444
|
-
* Author: Artem Ignatiev <zazubrik@gmail.com>
|
445
|
-
* remove require and rake altogether
|
446
|
-
* gem build and rake gem both work fine without those requires,
|
447
|
-
* and requiring 'rake' broke bundler
|
448
|
-
* add rake as development dependency
|
449
|
-
* Somehow it broken rake on my other project
|
450
|
-
|
451
|
-
### 0.7.0 / 07.05.2012
|
452
|
-
|
453
|
-
* Author: Artem Ignatiev <zazubrik@gmail.com>
|
454
|
-
* use both ruby 1.8 and 1.9 compatible way of getting character code when hashing
|
455
|
-
* Fix syntax for ruby-1.9
|
456
|
-
* return gemspec so that bundler can find it
|
457
|
-
When bundler loads gemspec, it evaluates it, and if the return value is
|
458
|
-
not a gem specification built, refuses to load the gem.
|
459
|
-
* Testing worksheet protection
|
460
|
-
|
461
|
-
### 0.6.9 / 28.04.2012
|
462
|
-
|
463
|
-
* Yield is more simple here too.
|
464
|
-
* No need to capture the block in Spreadsheet.open
|
465
|
-
* Rather than extending a core class, let's just use #rcompact from a helper module
|
466
|
-
|
467
|
-
### 0.6.8 / 20.01.2012
|
468
|
-
|
469
|
-
* adds the fix to allow the writing of empty rows, by ClemensP.
|
470
|
-
* Test also by ClemensP.
|
471
|
-
|
472
|
-
### 0.6.7 / 18.01.2012
|
473
|
-
|
474
|
-
* http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points point 2.
|
475
|
-
* Tests by Michal
|
476
|
-
* Patches by Timon
|
477
|
-
|
478
|
-
### 0.6.6 / 18.01.2012
|
479
|
-
|
480
|
-
* http://dev.ywesee.com/wiki.php/Gem/Spreadsheet points 8 and 9.
|
481
|
-
* Fixes byjsaak@napalm.hu
|
482
|
-
* Patches by Vitaly Klimov
|
483
|
-
|
484
|
-
### 0.6.5.9 / 7.9.2011
|
485
|
-
|
486
|
-
* Fixed a frozen string bug thanks to dblock (Daniel Doubrovkine),
|
487
|
-
* dblock@dblock.org
|
488
|
-
|
489
|
-
* https://github.com/dblock/spreadsheet/commit/164dcfbb24097728f1a7453702c270107e725b7c
|
490
|
-
|
491
|
-
### 0.6.5.8 / 30.8.2011
|
492
|
-
|
493
|
-
* This patch is about adding a sheet_count method to workbook so that it returns
|
494
|
-
* the total no of worksheets for easy access. Please check. By
|
495
|
-
* tamizhgeek@gmail.com
|
496
|
-
|
497
|
-
* https://gist.github.com/1180625
|
498
|
-
|
499
|
-
### 0.6.5.7 / 20.7.2011
|
500
|
-
|
501
|
-
* Fixed the bug introduced by Roel van der Hoorn and updated the test cases.
|
502
|
-
|
503
|
-
* https://github.com/vanderhoorn/spreadsheet/commit/c79ab14dcf40dee1d6d5ad2b174f3fe31414ca28
|
504
|
-
|
505
|
-
### 0.6.5.6 / 20.7.2011
|
506
|
-
|
507
|
-
* Added a fix from Roel van der Hoorn to sanitize_worksheets if 'sheets' is empty.
|
508
|
-
|
509
|
-
* https://github.com/vanderhoorn/spreadsheet/commit/c109f2ac5486f9a38a6d93267daf560ab4b9473e
|
510
|
-
|
511
|
-
### 0.6.5.5 / 24.6.2011
|
512
|
-
|
513
|
-
* updated the color code for orange to 0x0034 => :orange, thanks to the hint of Jonty
|
514
|
-
|
515
|
-
* https://gist.github.com/1044700
|
516
|
-
|
517
|
-
### 0.6.5.4 / 18.4.2011
|
518
|
-
|
519
|
-
* Updated worksheet.rb according to the Patch of Björn Andersson.
|
520
|
-
|
521
|
-
* https://gist.github.com/925007#file_test.patch
|
522
|
-
* http://url.ba/09p9
|
523
|
-
|
524
|
-
### 0.6.5.3 / 23.3.2011
|
525
|
-
|
526
|
-
* Updated Txt lib/spreadsheet/excel/writer/biff8.rb with a Patch from Alexandre Bini
|
527
|
-
|
528
|
-
* See this for full detail: http://url.ba/6r1z
|
529
|
-
|
530
|
-
### 0.6.5.2 / 14.2.2011
|
531
|
-
|
532
|
-
* Updated test/integration.rb to work with Ruby ruby 1.9.2p136 (2010-12-25 revision 30365) [i686-linux]
|
533
|
-
|
534
|
-
* Thanks for the hint tomiacannondale@gmail.com
|
535
|
-
|
536
|
-
### 0.6.5.1 / 17.1.2011
|
537
|
-
|
538
|
-
* One enhancement thanks to Qiong Peng, Moo Yu, and Thierry Thelliez
|
539
|
-
|
540
|
-
* http://dev.ywesee.com/wiki.php/Gem/Spreadsheet
|
541
|
-
|
542
|
-
### 0.6.5 / 07.12.2010
|
543
|
-
|
544
|
-
* 2 Enhancements courtesy to ISS AG.
|
545
|
-
|
546
|
-
* Outlining (Grouping) of lines and columns is now possible. The outlining
|
547
|
-
maximum is 8. This means you can do 8 subgroups in a group.
|
548
|
-
|
549
|
-
* Hiding and Unhiding of lines and columns is now possible.
|
550
|
-
|
551
|
-
* Both of above two points is now possible by creating a new Excel File from
|
552
|
-
scratch or editing an existing XLS and adding groups or hiding lines to it.
|
553
|
-
|
554
|
-
### 0.6.4.1 / 2009-09-17
|
555
|
-
|
556
|
-
* 3 Bugfixes
|
557
|
-
|
558
|
-
* Fixes the issue reported by Thomas Preymesser and tracked down most of the
|
559
|
-
way by Hugh McGowan in
|
560
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=26647&group_id=678&atid=2677
|
561
|
-
where reading the value of the first occurrence of a shared formula
|
562
|
-
failed.
|
563
|
-
|
564
|
-
* Fixes the issue reported by Anonymous in
|
565
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=26546&group_id=678&atid=2677
|
566
|
-
where InvalidDate was raised for some Dates.
|
567
|
-
|
568
|
-
* Fixes the issue reported by John Lee in
|
569
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=27110&group_id=678&atid=2677
|
570
|
-
which is probably a duplicate of the Bug previously reported by Kadvin XJ in
|
571
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=26182&group_id=678&atid=2677
|
572
|
-
where unchanged rows were marked as changed in the Excel-Writer while the
|
573
|
-
File was being written, triggering an Error.
|
574
|
-
|
575
|
-
* 1 minor enhancement
|
576
|
-
|
577
|
-
* Detect row offsets from Cell data if Row-Ops are missing
|
578
|
-
This fixes a bug reported by Alexander Logvinov in
|
579
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=26513&group_id=678&atid=2677
|
580
|
-
|
581
|
-
|
582
|
-
### 0.6.4 / 2009-07-03
|
583
|
-
|
584
|
-
* 5 Bugfixes
|
585
|
-
|
586
|
-
* Fixes the issue reported by Harley Mackenzie in
|
587
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=24119&group_id=678&atid=2677
|
588
|
-
where in some edge-cases numbers were stored incorrectly
|
589
|
-
|
590
|
-
* Fixes the issue reported and fixed by someone23 in
|
591
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=25732&group_id=678&atid=2677
|
592
|
-
where using Row-updater methods with blocks caused LocalJumpErrors
|
593
|
-
|
594
|
-
* Fixes the issue reported and fixed by Corey Burrows in
|
595
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=25784&group_id=678&atid=2677
|
596
|
-
where "Setting the height of a row, either in Excel directly, or via the
|
597
|
-
Spreadsheet::Row#height= method results in a row that Excel displays with
|
598
|
-
the maximum row height (409)."
|
599
|
-
|
600
|
-
* Fixes the issue reported by Don Park in
|
601
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=25968&group_id=678&atid=2677
|
602
|
-
where some Workbooks could not be parsed due to the OLE-entry being all
|
603
|
-
uppercase
|
604
|
-
|
605
|
-
* Fixes the issue reported by Iwan Buetti in
|
606
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=24414&group_id=678&atid=2677
|
607
|
-
where parsing some Workbooks failed with an Invalid date error.
|
608
|
-
|
609
|
-
|
610
|
-
* 1 major enhancement
|
611
|
-
|
612
|
-
* Spreadsheet now runs on Ruby 1.9
|
613
|
-
|
614
|
-
### 0.6.3.1 / 2009-02-13
|
615
|
-
|
616
|
-
* 3 Bugfixes
|
617
|
-
|
618
|
-
* Only selects the First Worksheet by default
|
619
|
-
This deals with an issue reported by Biörn Andersson in
|
620
|
-
http://rubyforge.org/tracker/?func=detail&atid=2677&aid=23736&group_id=678
|
621
|
-
where data-edits in OpenOffice were propagated through all selected
|
622
|
-
sheets.
|
623
|
-
|
624
|
-
* Honors Row, Column, Worksheet and Workbook-formats
|
625
|
-
and thus fixes a Bug introduced in
|
626
|
-
http://scm.ywesee.com/?p=spreadsheet;a=commit;h=52755ad76fdda151564b689107ca2fbb80af3b78
|
627
|
-
and reported in
|
628
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=23875&group_id=678&atid=2678
|
629
|
-
and by Joachim Schneider in
|
630
|
-
http://rubyforge.org/forum/forum.php?thread_id=31056&forum_id=2920
|
631
|
-
|
632
|
-
* Fixes a bug reported by Alexander Skwar in
|
633
|
-
http://rubyforge.org/forum/forum.php?thread_id=31403&forum_id=2920
|
634
|
-
where the user-defined formatting of Dates and Times was overwritten with
|
635
|
-
a default format, and other issues connected with writing Dates and Times
|
636
|
-
into Spreadsheets.
|
637
|
-
|
638
|
-
* 1 minor enhancements
|
639
|
-
|
640
|
-
* Spreadsheet shold now be completely warning-free,
|
641
|
-
as requested by Eric Peterson in
|
642
|
-
http://rubyforge.org/forum/forum.php?thread_id=31346&forum_id=2920
|
643
|
-
|
644
|
-
### 0.6.3 / 2009-01-14
|
645
|
-
|
646
|
-
* 1 Bugfix
|
647
|
-
|
648
|
-
* Fixes the issue reported by Corey Martella in
|
649
|
-
http://rubyforge.org/forum/message.php?msg_id=63651
|
650
|
-
as well as other issues engendered by the decision to always shorten
|
651
|
-
Rows to the last non-nil value.
|
652
|
-
|
653
|
-
* 2 minor enhancements
|
654
|
-
|
655
|
-
* Added bin/xlsopcodes, a tool for examining Excel files
|
656
|
-
|
657
|
-
* Documents created by Spreadsheet can now be Printed in Excel and
|
658
|
-
Excel-Viewer.
|
659
|
-
This issue was reported by Spencer Turner in
|
660
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=23287&group_id=678&atid=2677
|
661
|
-
|
662
|
-
### 0.6.2.1 / 2008-12-18
|
663
|
-
|
664
|
-
* 1 Bugfix
|
665
|
-
|
666
|
-
* Using Spreadsheet together with 'jcode' could lead to broken Excel-Files
|
667
|
-
Thanks to Eugene Mikhailov for tracking this one down in:
|
668
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=23085&group_id=678&atid=2677
|
669
|
-
|
670
|
-
### 0.6.2 / 2008-12-11
|
671
|
-
|
672
|
-
* 14 Bugfixes
|
673
|
-
|
674
|
-
* Fixed a bug where #<boolean>! methods did not trigger a call to
|
675
|
-
#row_updated
|
676
|
-
|
677
|
-
* Corrected the Row-Format in both Reader and Writer (was Biff5 for some
|
678
|
-
reason)
|
679
|
-
|
680
|
-
* Populates Row-instances with @default_format, @height, @outline_level
|
681
|
-
and @hidden attributes
|
682
|
-
|
683
|
-
* Fixed a Bug where Workbooks deriving from a Template-Workbook without
|
684
|
-
SST could not be saved
|
685
|
-
Reported in
|
686
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=22863&group_id=678&atid=2678
|
687
|
-
|
688
|
-
* Improved handling of Numeric Values (writes a RK-Entry for a Float
|
689
|
-
only if it can be encoded with 4 leading zeroes, and a Number-Entry for an
|
690
|
-
Integer only if it cannot be encoded as an RK)
|
691
|
-
|
692
|
-
* Fixes a bug where changes to a Row were ignored if they were
|
693
|
-
outside of an existing Row-Block.
|
694
|
-
|
695
|
-
* Fixes a bug where MULRK-Entries sometimes only contained a single RK
|
696
|
-
|
697
|
-
* Fixes a bug where formatting was ignored if it was applied to empty Rows
|
698
|
-
Reported by Zomba Lumix in
|
699
|
-
http://rubyforge.org/forum/message.php?msg_id=61985
|
700
|
-
|
701
|
-
* Fixes a bug where modifying a Row in a loaded Workbook could lead to Rows
|
702
|
-
with smaller indices being set to nil.
|
703
|
-
Reported by Ivan Samsonov in
|
704
|
-
http://rubyforge.org/forum/message.php?msg_id=62816
|
705
|
-
|
706
|
-
* Deals with rounding-problems when calculating Time
|
707
|
-
Reported by Bughunter extraordinaire Bjørn Hjelle
|
708
|
-
|
709
|
-
* Correct splitting of wide characters in SST
|
710
|
-
Reported by Michel Ziegler and by Eugene Mikhailov in
|
711
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=23085&group_id=678&atid=2677
|
712
|
-
|
713
|
-
* Fix an off-by-one error in write_mulrk that caused Excel to complain that
|
714
|
-
'Data may be lost', reported by Emma in
|
715
|
-
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/321979
|
716
|
-
and by Chris Lowis in
|
717
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=22892&group_id=678&atid=2677
|
718
|
-
|
719
|
-
|
720
|
-
* Read formats correctly in read_mulrk
|
721
|
-
Reported by Ivan Samsonov
|
722
|
-
Fixes that part of http://rubyforge.org/forum/message.php?msg_id=62821
|
723
|
-
which is a bug. Does nothing for the disappearance of Rich-Text
|
724
|
-
formatting, which will not be addressed until 0.7.0
|
725
|
-
|
726
|
-
* Fixes a (benign?) bug, where adding text to a template-file resulted in
|
727
|
-
a duplicate extsst-record.
|
728
|
-
|
729
|
-
* 2 minor enhancements
|
730
|
-
|
731
|
-
* Improved recognition of Time-Formats
|
732
|
-
|
733
|
-
* Improvement to Robustness: allow Spreadsheet::Workbook.new
|
734
|
-
Takes care of http://rubyforge.org/forum/message.php?msg_id=62941
|
735
|
-
Reported by David Chamberlain
|
736
|
-
|
737
|
-
### 0.6.1.9 / 2008-11-07
|
738
|
-
|
739
|
-
* 1 Bugfix
|
740
|
-
|
741
|
-
* Fixes a precision-issue in Excel::Row#datetime: Excel records Time-Values
|
742
|
-
with more significant bits (but not necessarily more precise) than
|
743
|
-
DateTime can handle.
|
744
|
-
(Thanks to Bjørn Hjelle for the Bugreport)
|
745
|
-
|
746
|
-
* 1 minor enhancement
|
747
|
-
|
748
|
-
* Added support for appending Worksheets to a Workbook
|
749
|
-
(Thanks to Mohammed Rabbani for the report)
|
750
|
-
|
751
|
-
### 0.6.1.8 / 2008-10-31
|
752
|
-
|
753
|
-
* 1 Bugfix
|
754
|
-
|
755
|
-
* Fixes a bug where out-of-sequence reading of multiple Worksheets could
|
756
|
-
lead to data from the wrong Sheet being returned.
|
757
|
-
(Thanks to Bugreporter extraordinaire Bjørn Hjelle)
|
758
|
-
|
759
|
-
### 0.6.1.7 / 2008-10-30
|
760
|
-
|
761
|
-
* 1 Bugfix
|
762
|
-
|
763
|
-
* Fixes a bug where all Formulas were ignored.
|
764
|
-
(Thanks to Bjørn Hjelle for the report)
|
765
|
-
|
766
|
-
* 1 minor enhancement
|
767
|
-
|
768
|
-
* Allow the substitution of an IO object with a StringIO.
|
769
|
-
(Thanks to luxor for the report)
|
770
|
-
|
771
|
-
### 0.6.1.6 / 2008-10-28
|
772
|
-
|
773
|
-
* 2 Bugfixes
|
774
|
-
|
775
|
-
* Fixed encoding and decoding of BigNums, negative and other large Numbers
|
776
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=22581&group_id=678&atid=2677
|
777
|
-
* Fix a bug where modifications to default columns weren't stored
|
778
|
-
http://rubyforge.org/forum/message.php?msg_id=61567
|
779
|
-
|
780
|
-
* 1 minor enhancement
|
781
|
-
|
782
|
-
* Row#enriched_data won't return a Bogus-Date if the data isn't a Numeric
|
783
|
-
value
|
784
|
-
(Thanks to Bjørn Hjelle for the report)
|
785
|
-
|
786
|
-
### 0.6.1.5 / 2008-10-24
|
787
|
-
|
788
|
-
* 2 Bugfixes
|
789
|
-
|
790
|
-
* Removed obsolete code which triggered Iconv::InvalidEncoding
|
791
|
-
on Systems with non-gnu Iconv:
|
792
|
-
http://rubyforge.org/tracker/index.php?func=detail&aid=22541&group_id=678&atid=2677
|
793
|
-
* Handle empty Worksheets
|
794
|
-
(Thanks to Charles Lowe for the Patches)
|
795
|
-
|
796
|
-
### 0.6.1.4 / 2008-10-23
|
797
|
-
|
798
|
-
* 1 Bugfix
|
799
|
-
|
800
|
-
* Biff8#wide now works properly even if $KCODE=='UTF-8'
|
801
|
-
(Thanks to Bjørn Hjelle for the Bugreport)
|
802
|
-
|
803
|
-
* 1 minor enhancement
|
804
|
-
|
805
|
-
* Read/Write functionality for Links (only URLs can be written as of now)
|
806
|
-
|
807
|
-
### 0.6.1.3 / 2008-10-21
|
808
|
-
|
809
|
-
* 2 Bugfixes
|
810
|
-
|
811
|
-
* Renamed UTF8 to UTF-8 to support freebsd
|
812
|
-
(Thanks to Jacob Atzen for the Patch)
|
813
|
-
* Fixes a Bug where only the first Rowblock was read correctly if there were
|
814
|
-
no DBCELL records terminating the Rowblocks.
|
815
|
-
(Thanks to Bjørn Hjelle for the Bugreport)
|
816
|
-
|
817
|
-
### 0.6.1.2 / 2008-10-20
|
818
|
-
|
819
|
-
* 2 Bugfixes
|
820
|
-
|
821
|
-
* Corrected the Font-Encoding values in Excel::Internals
|
822
|
-
(Thanks to Bjørn Hjelle for the Bugreport)
|
823
|
-
* Spreadsheet now skips Richtext-Formatting runs and Asian Phonetic
|
824
|
-
Settings when reading the SST, fixing a problem where the presence of
|
825
|
-
Richtext could lead to an incomplete SST.
|
826
|
-
|
827
|
-
### 0.6.1.1 / 2008-10-20
|
828
|
-
|
829
|
-
* 1 Bugfix
|
830
|
-
|
831
|
-
* Corrected the Manifest - included column.rb
|
832
|
-
|
833
|
-
### 0.6.1 / 2008-10-17
|
834
|
-
|
835
|
-
* 3 minor enhancements
|
836
|
-
|
837
|
-
* Adds Column formatting and Worksheet#format_column
|
838
|
-
* Reads and writes correct Fonts (Font-indices > 3 appear to be 1-based)
|
839
|
-
* Reads xf data
|
840
|
-
|
841
|
-
### 0.6.0 / 2008-10-13
|
842
|
-
|
843
|
-
* 1 major enhancement
|
844
|
-
|
845
|
-
* Initial upload of the shiny new Spreadsheet Gem after three weeks of
|
846
|
-
grueling labor in the dark binary mines of Little-Endian Biff and long
|
847
|
-
hours spent polishing the surfaces of documentation.
|
848
|
-
|
849
|
-
|