Search found 6 matches

by louyo
Thu Sep 19, 2024 7:21 pm
Forum: PlanMaker NX and 2024 for Linux
Topic: Planmaker 2024 and openpyxl
Replies: 4
Views: 423

Re: Planmaker 2024 and openpyxl

What keywords, may I ask?
by louyo
Fri Sep 13, 2024 12:06 pm
Forum: PlanMaker NX and 2024 for Linux
Topic: Planmaker 2024 and openpyxl
Replies: 4
Views: 423

Re: Planmaker 2024 and openpyxl

Not very complex. :)
from openpyxl import load_workbook
workbook = load_workbook(filename="test4py2.xlsx")
TypeError: PatternFill.__init__() got an unexpected keyword argument 'extLst'
by louyo
Thu Sep 12, 2024 1:46 pm
Forum: PlanMaker NX and 2024 for Linux
Topic: Planmaker 2024 and openpyxl
Replies: 4
Views: 423

Planmaker 2024 and openpyxl

Planmaker 2024, Linux, debian 12. I created a vanilla spreadsheet and saved it to .xlsx. I copied it to a system that doesn't have Planmaker. When I try to read/edit it with openpyxl library in Python, it gets an error. "TypeError: PatternFill.__init__() got an unexpected keyword argument 'extL...

Go to advanced search