Commit Graph

15 Commits

Author SHA256 Message Date
d6b754e63e - update to 3.0.7:
* https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1588
  * Exception raised when merging cells which do not have borders all the way
    round.
  * Fix Python 2.x specific statement in documentation
  * Borders in differential styles are incorrect
  * Error when opening some pivot tables
  * Resave breaks the border format in conditional formatting rules
  * Read-only workbook not closed properly if generator interrupted
  * Pandas.Multiindex.labels deprecated
  * Pandas.Multiinex not expanded correctly
  * Cannot read rows with exponents
  * numpy.float is deprecated
  * Cells without coordinate attributes not always correctly handled
  * Incorrectly consider currency format as datetime
  * Cannot copy worksheets with merged cells
  * Empty worksheets do not return generators when looping.
  * Hyperlinks duplicated on multiple saves
  * Incorrectly literal format as datetime
  * Links set to range of cells not preserved
  * Exception when opening workbook with chartsheets and tables
  * Find tables by name
  * Worksheet protection missing in existing files
  * Exception when reading files with external images
  * Reading lots of merged cells is very slow.
  * Read support for Bubble Charts.
  * Preserve any indexed colours
  * Reading many thousand of merged cells is really slow.
  * Adding tables in write-only mode raises an exception.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=17
2021-07-27 06:57:44 +00:00
Todd R
0cb8c299a9 Accepting request 768791 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to 3.0.3:
  + Bugfixes
    * Exception when handling merged cells with hyperlinks
    * Problems when both lxml and defusedxml are installed
    * CFVO with incorrect values cannot be processed
- Update to 3.0.2:
  + Bugfixes
    * DeprecationError if both defusedxml and lxml are installed
    * ws._current_row is higher than ws.max_row
    * Border bottom style is not optional when it should be
    * Empty cells in read-only, values-only mode are sometimes returned as ReadOnlyCells
    * Cannot add page breaks to existing worksheets if none exist already
  + Pull Requests
    * Improvements to the documentation

OBS-URL: https://build.opensuse.org/request/show/768791
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=15
2020-01-30 15:50:21 +00:00
Todd R
fdcffeb082 Accepting request 749747 from home:TheBlackCat:branches:devel:languages:python:numeric
Update to 3.0.1

OBS-URL: https://build.opensuse.org/request/show/749747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=13
2019-11-19 20:39:41 +00:00
Tomáš Chvátal
adc9d9a498 - Update to 2.6.4:
* Cannot save workbooks with comments more than once.
  * #1237 Fix 3D charts.
  * #1290 Minimum for holeSize in Doughnut charts too high
  * #1291 Warning for MergedCells with comments
  * #1296 Pagebreaks duplicated
  * #1309 Workbook has no default CellStyle
  * #1330 Workbooks with comments cannot be saved multiple times

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=11
2019-09-26 08:00:04 +00:00
Tomáš Chvátal
a3f0c05c1d - Update to 2.6.2:
* #1173 Workbook has no _date_formats attribute
  * #1190 Cannot create charts for worksheets with quotes in the title
  * #1228 MergedCells not removed when range is unmerged
  * #1232 Link to pivot table lost from charts
  * #1233 Chart colours change after saving
  * #1236 Cannot use ws.cell in read-only mode with Python 2.7

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=9
2019-06-17 11:00:48 +00:00
Tomáš Chvátal
31e2a4d0c3 - Update to 2.6.1:
* #1174 ReadOnlyCell.is_date does not work properly
  * #1175 Cannot read Google Docs spreadsheet with a Pivot Table
  * #1180 Charts created with openpyxl cannot be styled
  * #1181 Cannot handle some numpy number types
  * #1182 Exception when reading unknowable number formats
  * #1186 Only last formatting rule for a range loaded
  * #1191 Give MergedCell a value attribute
  * #1193 Cannot process worksheets with comments
  * #1197 Cannot process worksheets with both row and page breaks
  * #1204 Cannot reset dimensions in ReadOnlyWorksheets
  * #1211 Incorrect descriptor in ParagraphProperties
  * #1213 Missing hier attribute in PageField raises an exception

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=7
2019-03-11 12:42:30 +00:00
Tomáš Chvátal
12842460bb Accepting request 676662 from home:frispete:python
- Update to 2.6.0 (2019-02-06)
  + Bugfixes
    * #1162 Exception on tables with names containing spaces.
    * #1170 Cannot save files with existing images.
- Update to 2.6.-b1 (2019-01-08)
  + Bugfixes
    * #1141 Cannot use read-only mode with stream
    * #1143 Hyperlinks always set on A1
    * #1151 Internal row counter not initialised when reading files
    * #1152 Exception raised on out of bounds date
- Update to 2.6-a1 (2018-11-21)
  + Major changes
    * Implement robust for merged cells so that these can be
      formatted the way Excel does without confusion. Thanks to
      Magnus Schieder.
  + Minor changes
    * Add support for worksheet scenarios
    * Add read support for chartsheets
    * Add method for moving ranges of cells on a worksheet
    * Last version to support Python 2.7
  + Deprecations
    * Type inference and coercion for cell values
- Update to 2.5.15 (unreleased)
- Update to 2.5.14 (2019-01-23)
  + Bugfixes
    * #1150 Correct typo in LineProperties
    * #1142 Exception raised for unsupported image files
    * #1159 Exception raised when cannot find source for non-local
      cache object
  + Pull Requests

OBS-URL: https://build.opensuse.org/request/show/676662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-openpyxl?expand=0&rev=5
2019-02-18 08:46:40 +00:00
Dominique Leuenberger
be9057af7c Accepting request 660791 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/660791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=9
2019-01-08 11:26:06 +00:00
Dominique Leuenberger
2eb65548ac Accepting request 616596 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/616596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=8
2018-06-29 20:26:07 +00:00
Dominique Leuenberger
1e2e282b77 Accepting request 563264 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/563264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=7
2018-01-10 22:38:14 +00:00
Dominique Leuenberger
9349557489 Accepting request 518482 from devel:languages:python
- update to 2.4.8:
  * AutoFilter.sortState being assignd to the ws.sortState
  * #766 Sheetnames with apostrophes need additional escaping
  * #729 Cannot open files created by Microsoft Dynamics
  * #819 Negative percents not case correctly
  * #821 Runtime imports can cause deadlock
  * #855 Print area containing only columns leads to corrupt file
- Fix Requires and BuildRequires (forwarded request 518481 from tbechtold)

OBS-URL: https://build.opensuse.org/request/show/518482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=6
2017-08-28 13:13:26 +00:00
Dominique Leuenberger
365ddfafdb Accepting request 491155 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/491155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=5
2017-05-17 15:17:51 +00:00
Dominique Leuenberger
d51e425d6b Accepting request 357110 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/357110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=4
2016-02-03 09:19:40 +00:00
Dominique Leuenberger
ca440701fd Accepting request 309808 from devel:languages:python
Re-submitting as of
https://build.opensuse.org/request/show/306668
python-jdcal is here:
https://build.opensuse.org/request/show/308798

OBS-URL: https://build.opensuse.org/request/show/309808
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=3
2015-06-03 06:35:17 +00:00
Stephan Kulow
512db87358 Accepting request 241299 from devel:languages:python
I intend to submit python-pandas to openSUSE:Factory.  python-pandas is a tool that makes it easy to do complex data import, export, and manipulation.  It has become one of the critical tools for data analysis in python, like python-numpy, python-scipy, python-matplotlib, and IPython (all of which are in openSUSE:Factory).

This is a dependency of python-pandas.

This package is also useful on its own for reading microsoft excel spreadsheets into python.

OBS-URL: https://build.opensuse.org/request/show/241299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-openpyxl?expand=0&rev=1
2014-07-18 04:40:35 +00:00