Commit graph

26 commits

Author SHA1 Message Date
adam
8a5eb4b4ec py-openpyxl: updated to 2.6.3
2.6.3:
Bugfixes
* Fix 3D charts.
* Minimum for holeSize in Doughnut charts too high
* Warning for MergedCells with comments
* Pagebreaks duplicated
* Workbook has no default CellStyle
2019-08-20 07:10:58 +00:00
nia
6d4e298675 Use https for readthedocs.io. 2019-07-09 11:35:14 +00:00
adam
2aa0db90cd py-openpyxl: updated to 2.6.2
2.6.2:
Bugfixes
* Workbook has no _date_formats attribute
* Cannot create charts for worksheets with quotes in the title
* MergedCells not removed when range is unmerged
* Link to pivot table lost from charts
* Chart colours change after saving
* Cannot use ws.cell in read-only mode with Python 2.7
2019-04-01 09:12:03 +00:00
adam
60e6966125 py-openpyxl: updated to 2.6.1
2.6.1:
Bugfixes
* ReadOnlyCell.is_date does not work properly
* Cannot read Google Docs spreadsheet with a Pivot Table
* Charts created with openpyxl cannot be styled
* Cannot handle some numpy number types
* Exception when reading unknowable number formats
* Only last formatting rule for a range loaded
* Give MergedCell a value attribute
* Cannot process worksheets with comments
* Cannot process worksheets with both row and page breaks
* Cannot reset dimensions in ReadOnlyWorksheets
* Incorrect descriptor in ParagraphProperties
* Missing hier attribute in PageField raises an exception
2019-03-04 18:50:37 +00:00
adam
cc491b500f py-openpyxl: updated to 2.6.0
2.6.0:
Bugfixes
* Exception on tables with names containing spaces.
* Cannot save files with existing images.

2.6.-b1:
Bugfixes
* Cannot use read-only mode with stream
* Hyperlinks always set on A1
* Internal row counter not initialised when reading files
* Exception raised on out of bounds date

2.6-a1:
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
2019-02-08 10:48:38 +00:00
adam
bf4786f45d py-openpyxl: updated to 2.5.14
2.5.14:

Bugfixes
Correct typo in LineProperties
Exception raised for unsupported image files
Exception raised when cannot find source for non-local cache object

Pull Requests
Add support for nested brackets to the tokeniser
Improvements on handling nested brackets in the tokeniser
2019-01-24 09:13:52 +00:00
adam
bdf90a2ad0 py-openpyxl: updated to 2.5.12
2.5.12:

Bugfixes
* Overwriting default font in Normal style affects library default
* Images not added to anchors.
* Cannot read pivot table formats without dxId
* Repeated registration of simple filter could lead to memory leaks
2018-11-29 18:38:16 +00:00
adam
d9c85d3f46 py-openpyxl: updated to 2.5.11
2.5.11:
* Improved handling of missing rows
* Add support for defined names to tokeniser
2018-11-23 11:42:17 +00:00
adam
d5a9b31e9d py-openpyxl: updated to 2.5.10
2.5.10:

Bugfixes
* Empty column dimensions should not be saved.

Pull Requests
* Tokenizer failure for quoted sheet name in second half of range
* Improved error detection in ranges.
2018-11-14 09:09:47 +00:00
adam
31b495b89a py-openpyxl: updated to 2.5.9
2.5.9:

Bugfixes
* Clean AutoFilter name definitions
* Attribute missing from Shape object
* Failure to read all DrawingML means workbook can't be read

Pull Requests
* Allow newlines in formulae
* Fix whitespace in front of infix operator in formulae
2018-10-23 06:46:45 +00:00
adam
75d1c7a8e6 py-openpyxl: updated to 2.5.8
2.5.8:
Cannot control how missing values are displayed in charts.
Cell references can’t be used for chart titles
Params in iter_cols and iter_rows methods are slightly wrong.
2018-10-01 17:51:32 +00:00
adam
0176ff8a40 py-openpyxl: updated to 2.5.7
2.5.7:
Sheet title containing % need quoting in references
Cannot set quote prefix
Pandas timestamps raise KeyError
2018-09-17 10:17:37 +00:00
adam
e0406bd79c py-openpyxl: updated to 2.5.6
2.5.6:
Read-only mode can leave find-handles open when reading dimensions
Set a worksheet directly as active
Internal row counter not adjusted when rows are deleted or inserted
2018-08-31 07:29:11 +00:00
adam
8d92bdd73e py-openpyxl: updated to 2.5.5
2.5.5:

Bugfixes
Files with Mac epoch are read incorrectly
Cannot copy merged cells
Cannot access ws.active_cell

Pull Requests
Introduce read-support for images
2018-08-06 20:15:45 +00:00
adam
ea55468426 py-openpyxl: updated to 2.5.4
2.5.4:
Fix: Cannot read files with 3D charts.
Fix: Merged cells take a long time to parse

Minor changes
Improve read support for pivot tables and don't always create a Filters child for filterColumn objects.
Support folding rows
2018-06-15 07:36:36 +00:00
markd
f3279557b2 py-openpyxl: remove et_xmlfile from requires.txt
et_xmlfile is only used if lxml isn't and we have dependency on py-lxml
so remove from requires.txt to keep pip happy.
2018-05-02 10:53:26 +00:00
adam
29bd0f5320 py-openpyxl: updated to 2.5.3
2.5.3:
Bugfixes:
* Warning level too aggressive.
* Alignment and protection values not saved for named styles.
* Deleting elements from a legend doesn’t work.
* Index names repeated for every row in dataframe.
* Worksheet protection not being stored.
* Exception raised when reading a tooltip.
2018-04-23 12:01:48 +00:00
adam
9ca27e8f8d py-openpyxl: updated to 2.5.2
2.5.2:
Bugfixes
* High memory use when reading text-heavy files.
* Copying merged cells copies references.
* Cannot set comment size.
* Exception when trying to save workbooks with no views.
* Cannot delete last row or column.
* Cannot read Drawings containing embedded images.
2018-04-07 20:13:02 +00:00
adam
31b0fdc8cf py-openpyxl: updated to 2.5.1
2.5.1:
Bug fixes.
2018-03-12 16:29:14 +00:00
adam
b61b2ae855 py-openpyxl: updated to 2.5.0
2.5.0:
Minor changes
Correct definition for Connection Shapes.

2.5.0-b2:
Bugfixes
TableStyleInfo has no required attributes
Cannot read files with 3D drawings
Incorrect version check in installer
Cell merging uses transposed parameters
ExtLst missing keyword for PivotFields
Inf causes problems for Excel
Cannot load table styles with custom names

Major Changes
You can now insert and delete rows and columns in worksheets

Minor Changes
pip now handles which Python versions can be used.

2.5.0-b1:
Bugfixes
Explicitly support for multiple cell ranges in conditonal formatting
Non-contiguous cell ranges in validators get merged
Empty data validators create invalid Excel files
Large validation ranges use lots of memory
Unicode in chart axes not handled correctly in Python 2
ScatterCharts have defective axes
Charts with empty numVal elements cannot be read
Scaling options from existing files ignored
Charts with PivotSource cannot be read
Cannot read gradient fills
Quotes in number formats could be treated as datetimes
2018-02-13 11:49:38 +00:00
wiz
e83b9e8e63 py-openpyxl: add required py-cElementTree dependency
From Fekete, Zoltán in PR 52953.
2018-01-27 08:35:58 +00:00
adam
c6210727d6 py-openpyxl: updated to 2.4.9
2.4.9 (2017-10-19)
Bugfixes
* 809 Incomplete documentation of copy_worksheet method
* 811 Scoped definedNames not removed when worksheet is deleted
* 824 Raise an exception if a chart is used in multiple sheets
* 842 Non-ASCII table column headings cause an exception in Python 2
* 846 Conditional formats not supported in write-only mode
* 849 Conditional formats with no sqref cause an exception
* 859 Headers that start with a number conflict with font size
* 902 TableStyleElements don’t always have a condtional format
* 908 Read-only mode sometimes returns too many cells
Pull requests
* 179 Cells kept in a set
* 180 Support for Workbook protection
* 182 Read support for page breaks
* 183 Improve documentation of copy_worksheet method
* 198 Fix
2017-10-30 10:10:20 +00:00
adam
267b577a89 2.4.8 (2017-05-30)
Bugfixes
* AutoFilter.sortState being assignd to the ws.sortState
* Cannot open files created by Microsoft Dynamics`
* Negative percents not case correctly`
* Runtime imports can cause deadlock`

Minor changes
* Preserve any table styles
2017-06-01 16:58:27 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
agc
2eddae48e5 Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
	Package cabocha: missing distfile cabocha-0.68.tar.bz2
	Package convertlit: missing distfile clit18src.zip
	Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:59:17 +00:00
cheusov
29da740ddb Imported from wip/py-openpyxl
openpyxl is a pure python reader and writer of Excel OpenXML files.

   It was born from lack of existing library to read/write natively from
   Python the new Office Open XML format.  All kudos to the PHPExcel team
   as openpyxl is a Python port of PHPExcel http://www.phpexcel.net/
2014-10-25 22:19:45 +00:00