Groups
Sign in
Groups
openpyxl-users
Conversations
About
Send feedback
Help
openpyxl-users
Contact owners and managers
1–30 of 1342
Mark all as read
Report group
0 selected
John Skilleter
, …
antoine jarrige
10
Nov 18
Problems with charts in openpyxl 3.1.4 and later
As suggested by Charlie, this can be fixed by patching the init function; Either you modify
unread,
Problems with charts in openpyxl 3.1.4 and later
As suggested by Charlie, this can be fixed by patching the init function; Either you modify
Nov 18
Duc Thien Tran
,
Charlie Clark
4
Nov 6
Weird unmerged cell
On 6 Nov 2024, at 4:44, Duc Thien Tran wrote: > Yeah i tried that, and even print out the merge at
unread,
Weird unmerged cell
On 6 Nov 2024, at 4:44, Duc Thien Tran wrote: > Yeah i tried that, and even print out the merge at
Nov 6
Lee Carpenter
, …
Charlie Clark
20
Nov 4
Embedded Objects lost on workbook save.
Well, even a 3K or 6K zip does not post, so here is the code block for your reference: import xml.
unread,
Embedded Objects lost on workbook save.
Well, even a 3K or 6K zip does not post, so here is the code block for your reference: import xml.
Nov 4
林伟明
2
Nov 3
How do I get images of an embedded cell?
when i use sheet._images , only get images which not embedded in cell.how do i get images of an
unread,
How do I get images of an embedded cell?
when i use sheet._images , only get images which not embedded in cell.how do i get images of an
Nov 3
Brian Murrell (Brian J. Murrell)
Nov 1
Delete rows but translate remaining rows
I want to delete a series of rows: ws.delete(10, 10) But then I want any formulas in the remaining
unread,
Delete rows but translate remaining rows
I want to delete a series of rows: ws.delete(10, 10) But then I want any formulas in the remaining
Nov 1
Harald
,
Charlie Clark
3
Nov 1
On OpenPyXL and Dynamic Arrays!
On 31 Oct 2024, at 20:31, Harald wrote: > Now that I found the code repository I see that this is
unread,
On OpenPyXL and Dynamic Arrays!
On 31 Oct 2024, at 20:31, Harald wrote: > Now that I found the code repository I see that this is
Nov 1
Charlie Clark
Oct 25
et_xmlfile v2 released
Dear all, we're very pleased to announce the release of et_xmlfile version 2.0 with proper
unread,
et_xmlfile v2 released
Dear all, we're very pleased to announce the release of et_xmlfile version 2.0 with proper
Oct 25
Abhi K
,
Charlie Clark
2
Oct 17
openpyxl is not loading images after certain number of rows
On 17 Oct 2024, at 8:58, Abhi K wrote: > Hi, > > I have a excel file with 1000+ images.
unread,
openpyxl is not loading images after certain number of rows
On 17 Oct 2024, at 8:58, Abhi K wrote: > Hi, > > I have a excel file with 1000+ images.
Oct 17
Aman Verma
, …
Charlie Clark
11
Oct 12
openpyxl returns None for value actually present and updated in the created sheet.
On 11 Oct 2024, at 23:27, Marcelo Lopes wrote: Hi Charlie, "Openpyxl itself never evaluates
unread,
openpyxl returns None for value actually present and updated in the created sheet.
On 11 Oct 2024, at 23:27, Marcelo Lopes wrote: Hi Charlie, "Openpyxl itself never evaluates
Oct 12
Marek Staroň
, …
Francis Finnegan
7
Sep 29
VLOOKUP formula using a named Table is corrupted when saved
Thank you Francis. Unfortunately, adding the _xlfn. before the function didn't help to get rid of
unread,
VLOOKUP formula using a named Table is corrupted when saved
Thank you Francis. Unfortunately, adding the _xlfn. before the function didn't help to get rid of
Sep 29
Maryanna Vernia
,
LeeHunter
2
Sep 28
Download Playlist From Spotify To Mp3 Online
Looking to advance your music career on Spotify? Discover how to implement key strategies to get your
unread,
Download Playlist From Spotify To Mp3 Online
Looking to advance your music career on Spotify? Discover how to implement key strategies to get your
Sep 28
Kristóf Kereszturi
,
Christian Harries
2
Sep 16
Turn off gridlines in bar chart
Hey, I worked on something similar. Try adding this: chart.y_axis.majorGridlines = None On Monday 12
unread,
Turn off gridlines in bar chart
Hey, I worked on something similar. Try adding this: chart.y_axis.majorGridlines = None On Monday 12
Sep 16
Luke Van Namen
,
Charlie Clark
2
Sep 3
Support for Copying Values of Formulas
On 2 Sep 2024, at 21:02, Luke Van Namen wrote: I have been using the WorksheetCopy class, and in the
unread,
Support for Copying Values of Formulas
On 2 Sep 2024, at 21:02, Luke Van Namen wrote: I have been using the WorksheetCopy class, and in the
Sep 3
Denis Bourouffala
, …
Diego DM
6
Aug 28
openpyxl problem Workbook contains no default style, apply openpyxl's default
I agree with John On Friday, May 17, 2024 at 2:39:02 AM UTC+2 John Hendy wrote: That is indeed one
unread,
openpyxl problem Workbook contains no default style, apply openpyxl's default
I agree with John On Friday, May 17, 2024 at 2:39:02 AM UTC+2 John Hendy wrote: That is indeed one
Aug 28
Ronald Domi
,
Charlie Clark
3
Aug 22
Insert rows wierd style behaviour
On 21 Aug 2024, at 10:06, Ronald Domi wrote: > Hello everybody, Hi Ronald, > While working with
unread,
Insert rows wierd style behaviour
On 21 Aug 2024, at 10:06, Ronald Domi wrote: > Hello everybody, Hi Ronald, > While working with
Aug 22
Thomas
, …
Charlie Clark
5
Aug 16
can't install with Python 3
On 15 Aug 2024, at 23:52, Jess Vriesema wrote: > Hi! Hi Jess, > I'm new to Google Groups,
unread,
can't install with Python 3
On 15 Aug 2024, at 23:52, Jess Vriesema wrote: > Hi! Hi Jess, > I'm new to Google Groups,
Aug 16
Eugenijus Januškevičius
Aug 12
Noob question: named styles
Hi folks, is it possible to get a named style and modify it? I can create a style, assign to a cell,
unread,
Noob question: named styles
Hi folks, is it possible to get a named style and modify it? I can create a style, assign to a cell,
Aug 12
Nicholas Moran
,
Charlie Clark
2
Aug 12
how to install 3.2 via pip?
On 10 Aug 2024, at 8:18, Nicholas Moran wrote: > who knows how to do this? Hi Nicholas, as
unread,
how to install 3.2 via pip?
On 10 Aug 2024, at 8:18, Nicholas Moran wrote: > who knows how to do this? Hi Nicholas, as
Aug 12
Edward Markiewicz
,
Charlie Clark
5
Aug 9
error 896040_01.xml when opening an Excel file.
On 9 Aug 2024, at 16:08, Edward Markiewicz wrote: Problem found and fixed. I found out what was going
unread,
error 896040_01.xml when opening an Excel file.
On 9 Aug 2024, at 16:08, Edward Markiewicz wrote: Problem found and fixed. I found out what was going
Aug 9
Nicholas Moran
,
Charlie Clark
4
Aug 7
Using 3.2 is causing a strange error.
On 7 Aug 2024, at 17:14, Nicholas's Gmail wrote: > Do you have any hints as to how I can start
unread,
Using 3.2 is causing a strange error.
On 7 Aug 2024, at 17:14, Nicholas's Gmail wrote: > Do you have any hints as to how I can start
Aug 7
Andy Yee
, …
Nicholas Moran
10
Aug 7
Saved .xslm file must be repaired to open; file loaded with keep_vba=true; only some radio button controls saved
I'm interested in trying the 3.2 branch. How do I use it? is it pip installable? On Wednesday,
unread,
Saved .xslm file must be repaired to open; file loaded with keep_vba=true; only some radio button controls saved
I'm interested in trying the 3.2 branch. How do I use it? is it pip installable? On Wednesday,
Aug 7
Gaurav Nandode
Jul 31
Unable to Extract Cell Colors with RGB Values
I am trying to extract cell colors from an Excel file using openpyxl with the fill.start_color.index
unread,
Unable to Extract Cell Colors with RGB Values
I am trying to extract cell colors from an Excel file using openpyxl with the fill.start_color.index
Jul 31
Felipe Ochoa
,
Charlie Clark
2
Jul 26
Applying row styles?
On 25 Jul 2024, at 20:40, Felipe Ochoa wrote: Hi Felipe, OOXML allows setting styles on entire <
unread,
Applying row styles?
On 25 Jul 2024, at 20:40, Felipe Ochoa wrote: Hi Felipe, OOXML allows setting styles on entire <
Jul 26
Maryanna Vernia
Jul 24
Jlg Tools
Whether you're making a simple repair or tackling a major DIY project, using the right tools
unread,
Jlg Tools
Whether you're making a simple repair or tackling a major DIY project, using the right tools
Jul 24
Maryanna Vernia
Jul 24
The L9st City
The Lost City is a 2022 American action-adventure comedy film directed by Aaron and Adam Nee, who co-
unread,
The L9st City
The Lost City is a 2022 American action-adventure comedy film directed by Aaron and Adam Nee, who co-
Jul 24
Maryanna Vernia
Jul 24
Wondershare Studio Startup
The Wondershare Studio is a video editing program offered by Wondershare Software, Ltd. on their site
unread,
Wondershare Studio Startup
The Wondershare Studio is a video editing program offered by Wondershare Software, Ltd. on their site
Jul 24
Maryanna Vernia
Jul 23
Oracle 11g Download Express Edition
oracle 11g download express edition Download Zip ⏩ https://blltly.com/2zHgsw 760c119bf3
unread,
Oracle 11g Download Express Edition
oracle 11g download express edition Download Zip ⏩ https://blltly.com/2zHgsw 760c119bf3
Jul 23
Maryanna Vernia
Jul 23
Blur Download Windows 10
If you have Windows 10 (version 1903) installed, the setting to fix blurry apps is turned on by
unread,
Blur Download Windows 10
If you have Windows 10 (version 1903) installed, the setting to fix blurry apps is turned on by
Jul 23
Maryanna Vernia
Jul 23
Office Programlarını ücretsiz Kullanma
office programlarını ücretsiz kullanma Download File ❤❤❤ https://ssurll.com/2zH1dC 760c119bf3
unread,
Office Programlarını ücretsiz Kullanma
office programlarını ücretsiz kullanma Download File ❤❤❤ https://ssurll.com/2zH1dC 760c119bf3
Jul 23
Maryanna Vernia
Jul 23
Download Pool Guideline Tool
Pool Guideline Tool is a free app for Android published in the System Maintenance list of apps, part
unread,
Download Pool Guideline Tool
Pool Guideline Tool is a free app for Android published in the System Maintenance list of apps, part
Jul 23