spreadsheet 1.1.5 → 1.3.0

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