[libspreadsheet-parseexcel-perl] 01/07: Merge tag 'upstream/0.6500'

Florian Schlichting fsfs at moszumanska.debian.org
Thu Apr 24 22:27:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libspreadsheet-parseexcel-perl.

commit 3ff8713831a291b5b0e174c3b948ed91d0f6d43f
Merge: 1f39eec e56b42b
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Apr 24 23:38:44 2014 +0200

    Merge tag 'upstream/0.6500'
    
    Upstream version 0.6500

 Changes                                            |  61 ++++
 MANIFEST                                           |   6 +
 META.json                                          |  56 ++++
 META.yml                                           |  54 ++--
 Makefile.PL                                        |   6 +-
 examples/a_simple_parser.pl                        |   0
 examples/display_text_table.pl                     |   0
 lib/Spreadsheet/ParseExcel.pm                      | 339 +++++++++++++++++----
 lib/Spreadsheet/ParseExcel/Cell.pm                 |  57 +++-
 lib/Spreadsheet/ParseExcel/Dump.pm                 |  13 +-
 lib/Spreadsheet/ParseExcel/FmtDefault.pm           |  23 +-
 lib/Spreadsheet/ParseExcel/FmtJapan.pm             |  23 +-
 lib/Spreadsheet/ParseExcel/FmtJapan2.pm            |  13 +-
 lib/Spreadsheet/ParseExcel/FmtUnicode.pm           |  13 +-
 lib/Spreadsheet/ParseExcel/Font.pm                 |  13 +-
 lib/Spreadsheet/ParseExcel/Format.pm               |  13 +-
 lib/Spreadsheet/ParseExcel/SaveParser.pm           |  15 +-
 lib/Spreadsheet/ParseExcel/SaveParser/Workbook.pm  |  54 +++-
 lib/Spreadsheet/ParseExcel/SaveParser/Worksheet.pm |  16 +-
 lib/Spreadsheet/ParseExcel/Utility.pm              |  78 +++--
 lib/Spreadsheet/ParseExcel/Workbook.pm             |  38 ++-
 lib/Spreadsheet/ParseExcel/Worksheet.pm            | 105 ++++++-
 sample/Excel/AuthorK.xls                           | Bin
 sample/Excel/AuthorK95.xls                         | Bin
 sample/Excel/FmtTest.xls                           | Bin
 sample/Excel/Rich.xls                              | Bin
 sample/Excel/Test1904.xls                          | Bin
 sample/Excel/Test1904_95.xls                       | Bin
 sample/Excel/Test95.xls                            | Bin
 sample/Excel/Test95J.xls                           | Bin
 sample/Excel/Test97.xls                            | Bin
 sample/Excel/Test97J.xls                           | Bin
 sample/Excel/oem.xls                               | Bin
 sample/Ilya.pl                                     |   0
 sample/README                                      |   0
 sample/chkFmt.pl                                   |   0
 sample/chkInfo.pl                                  |   0
 sample/dmpEx.pl                                    |   0
 sample/dmpExH.pl                                   |   0
 sample/dmpExHJ.pl                                  |   0
 sample/dmpExJ.pl                                   |   0
 sample/dmpExR.pl                                   |   0
 sample/dmpExU.pl                                   |   0
 sample/dmpEx_2xml.pl                               |   0
 sample/iftest.pl                                   |   0
 sample/iftestj.pl                                  |   0
 sample/parse.pl                                    |   0
 sample/sample.pl                                   |   0
 sample/sampleOEM.pl                                |   0
 sample/sample_j.pl                                 |   0
 sample/smpFile.pl                                  |   0
 sample/xls2csv.pl                                  |   0
 t/00_basic.t                                       |   0
 t/01_parse.t                                       |  29 ++
 t/02_parse-dates.t                                 |   0
 t/03_regression.t                                  |   0
 t/04_regression.t                                  |   0
 t/05_regression.t                                  |   0
 t/06_regression.t                                  |   2 +-
 t/07_cell_handler.t                                |  69 +++++
 t/11_encryption.t                                  |   0
 t/20_number_format_default.t                       |   0
 t/21_number_format_user.t                          |  10 +-
 t/22_number_format_datetime.t                      |   0
 t/23_number_format_time.t                          |   0
 t/24_row_col_sizes.t                               |   0
 t/29_active_sheet.t                                |  51 ++++
 t/30_sst_01.t                                      |   0
 t/32_charts.t                                      |   0
 t/46_save_parser.t                                 |  86 ++++++
 t/47_hyperlinks.t                                  | 104 +++++++
 t/90_pod.t                                         |   0
 t/91_minimumversion.t                              |   0
 t/92_meta.t                                        |   0
 t/excel_files/Dates.xls                            | Bin
 t/excel_files/Test2000J.xls                        | Bin
 t/excel_files/Test95.xls                           | Bin
 t/excel_files/Test95J.xls                          | Bin
 t/excel_files/Test97J.xls                          | Bin
 t/excel_files/TestActiveSheet.xls                  | Bin 0 -> 16384 bytes
 t/excel_files/TestEncoding.xls                     | Bin
 t/excel_files/pers-encrypted-RC4-pass-11.xls       | Bin
 .../pers-encrypted-def-pass-QwErTyUiOp.xls         | Bin
 t/excel_files/pers-protected.xls                   | Bin
 84 files changed, 1148 insertions(+), 199 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspreadsheet-parseexcel-perl.git



More information about the Pkg-perl-cvs-commits mailing list