Search found 9 matches

by louyo
Sat Dec 07, 2024 1:14 am
Forum: PlanMaker NX and 2024 for Linux
Topic: Cell Format Character
Replies: 4
Views: 1336

Re: Cell Format Character

Just ran it in Excel and formatted the columns.
by louyo
Thu Dec 05, 2024 2:03 pm
Forum: PlanMaker NX and 2024 for Linux
Topic: Cell Format Character
Replies: 4
Views: 1336

Cell Format Character

I want to put 1-4 in a cell. When I enter it and select character or Ctrl-2, it still enters it as a date. I also tried highlighting the whole column and tried setting it for character. I updated to latest today. Not sure if it has always done this. I am running in Debian 12.5. Hopefully, it is shor...
by louyo
Sat Sep 21, 2024 8:51 pm
Forum: PlanMaker NX and 2024 for Linux
Topic: Planmaker 2024 and openpyxl
Replies: 8
Views: 5732

Re: Planmaker 2024 and openpyxl

No answer? Figures. Odd that the same spreadsheet opened and saved with Libreoffice is OK.
Still would like to know which keywords I need to change.
by louyo
Thu Sep 19, 2024 7:21 pm
Forum: PlanMaker NX and 2024 for Linux
Topic: Planmaker 2024 and openpyxl
Replies: 8
Views: 5732

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: 8
Views: 5732

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: 8
Views: 5732

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