Groups
Sign in
Groups
openpyxl-users
Conversations
About
Send feedback
Help
openpyxl-users
Contact owners and managers
1–30 of 1344
Mark all as read
Report group
0 selected
aurelien...@gmail.com
, …
Charlie Clark
5
Dec 12
Keeping sharedStrings.xml
On 12 Dec 2024, at 8:43, Ivan Jiang wrote: > Is there a link for this specification that states
unread,
Keeping sharedStrings.xml
On 12 Dec 2024, at 8:43, Ivan Jiang wrote: > Is there a link for this specification that states
Dec 12
saleh harak
,
Michel MARTIN
2
Dec 6
Just joined.
Hello from France Le mercredi 4 décembre 2024 à 09:05:53 UTC+1, saleh...@gmail.com a écrit : Hello
unread,
Just joined.
Hello from France Le mercredi 4 décembre 2024 à 09:05:53 UTC+1, saleh...@gmail.com a écrit : Hello
Dec 6
Levi Jennings
Dec 5
Pivot table renamed field
I am trying to scan a pivot table to compare against fields in a connection or normal tables, this
unread,
Pivot table renamed field
I am trying to scan a pivot table to compare against fields in a connection or normal tables, this
Dec 5
林伟明
,
Michel MARTIN
3
Nov 27
How do I get images of an embedded cell?
You use the openpyxl_image_loader module from openpyxl import load_workbook from
unread,
How do I get images of an embedded cell?
You use the openpyxl_image_loader module from openpyxl import load_workbook from
Nov 27
Brian Murrell (Brian J. Murrell)
,
Michel MARTIN
3
Nov 27
Delete rows but translate remaining rows
Are you referring to the block of text that reads: Note Openpyxl does not manage dependencies, such
unread,
Delete rows but translate remaining rows
Are you referring to the block of text that reads: Note Openpyxl does not manage dependencies, such
Nov 27
Gaurav Nandode
,
Michel MARTIN
2
Nov 27
Unable to Extract Cell Colors with RGB Values
Hey, Di you try this ? sh['B1'].fill.start_color.index[2:] It's work for me... Michel Le
unread,
Unable to Extract Cell Colors with RGB Values
Hey, Di you try this ? sh['B1'].fill.start_color.index[2:] It's work for me... Michel Le
Nov 27
Eugenijus Januškevičius
,
Michel MARTIN
2
Nov 27
Noob question: named styles
Hey, Sorry, I'm french then I can't write a lot... Did you explore this page : Working with
unread,
Noob question: named styles
Hey, Sorry, I'm french then I can't write a lot... Did you explore this page : Working with
Nov 27
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
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
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
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