Update module github.com/tealeg/xlsx to v3 #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.5
->v3.3.11
Release Notes
tealeg/xlsx (github.com/tealeg/xlsx)
v3.3.11
: 3.3.11Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.10...v3.3.11
v3.3.10
: 3.3.10Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.9...v3.3.10
v3.3.9
: 3.3.9Compare Source
What's Changed
Full Changelog: tealeg/xlsx@v3.3.8...v3.3.9
v3.3.8
: 3.3.8Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.7...v3.3.8
v3.3.7
Compare Source
Release 3.3.7
This release fixes:
Note: whilst this is technically backwards compatible, if you wee using
NewColForRange
with a base index of 0 (instead of 1) then you'll now get a panic from the library instead of it silently doing the wrong thing and creating a file that Excel thinks is corrupt.Full Changelog: tealeg/xlsx@v3.3.6...v3.3.7
v3.3.6
: 3.3.6Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.5...v3.3.6
v3.3.5
: 3.3.5Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.4...v3.3.5
v3.3.4
: 3.3.4Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.3...v3.3.4
v3.3.3
: 3.3.3Compare Source
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.3.2...v3.3.3
v3.3.2
: 3.3.2Compare Source
This release fixes a bug that prevented using sub-second times in Cell.SetDateWithOptions. (Thanks @benedictjohannes )
What's Changed
Full Changelog: tealeg/xlsx@v3.3.1...v3.3.2
v3.3.1
: 3.3.1Compare Source
What's happened since 3.3.0?
v3.3.0
: 3.3.0Compare Source
Minor release comprising 18 months' worth of bug fixes and minor maintenance tasks.
What's Changed
New Contributors
Full Changelog: tealeg/xlsx@v3.2.4...v3.2.5
v3.2.4
: 3.2.4Compare Source
Captures a number of fixes since the last release, for details see here.
v3.2.3
Compare Source
This release fixes a single issue that caused panics when writing files, derived from existing files, where one or more of the existing sheets had not been visited and thus had no
currentRow
set on the Sheet. See issue #644 for details.v3.2.2
Compare Source
This release addresses critical flaws in v3.2.1 (see: https://github.com/tealeg/xlsx/milestone/14):
v3.2.1
: [USE WITH CARE]Compare Source
There are serious known bugs in this release. We're working to resolve them and a 3.2.2 will follow as soon as possible.
Issues resolved in this release - see v3.2.1 milestone :
This release was requested as people are waiting on some of the bug fixes. All outstanding bugs for the milestone have been pushed onto the v3.3.0 milestone instead.
v3.2.0
Compare Source
This release comprises the following changes:
Cell.GetCoordinates()
andRow.GetCoordinate()
functions that fix issue #586 .Row.WriteSlice
method to accept slices as a target instead of just pointers to slices (the old behaviour is still supported).v3.1.1
Compare Source
Summary
Version 3.1.1 fixes a bug that causes cell values to be blanked (or actually be zero-value structs) when reading a sheet that contains hyperlinks. See issue #574 .
v3.1.0
Compare Source
Summary
Version 3.1.0 fixes a number of significant issues and adds support for font strike-through, but should otherwise be 100% compatible with v3.0.0.
Changes
A full list of changes can be found here
v3.0.0
Compare Source
Summary
Version 3.0.0 of the xlsx library fixes a significant number of issues, but breaks backwards compatibility in order to do so. For a full list of changes see the milestone.
DiskV backend
You can now optionally pass the
UseDiskVCellStore
operation to all methods that open, or create anxlsx.File
. Selecting this option will result in much lower memory usage when handling large sheets, but will run slightly slower than the default in-memory cell store backend.Streaming support removed
If you were previously using the
StreamFileBuilder
you should use V2 of this library of earlier.Sheet.ForEachRow
andRow.ForEachCell
accept options.You can indicate that you'd like to
SkipEmptyRows
orSkipEmptyCells
.v2.0.1
Compare Source
Whoops, forgot to do a proper v2 module definition.
v2.0.0
Compare Source
This release breaks an important, but bad, assumption that there should be a 1-to-1 mapping between the cells in a sheet and the column definitions. This model simplified the development of the original library a little, but it defeats the purpose of the
col
definitions (to apply stylistic information over ranges of columns).Numerous other fixes have been included. For a full list of changes look here: https://github.com/tealeg/xlsx/milestone/5?closed=1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.