You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproducible directly with newest openpyxl 3.0.0, Python 3.7.4:
fromopenpyxlimportWorkbookwb=Workbook()
# Grab the active worksheetws=wb.active# Data can be assigned directly to cellsws["A1"] =568883383628111872# Save the filewb.save("sample.xlsx")
I have the code:
Which produces one
xls
file with id as568883383628112000
.The text was updated successfully, but these errors were encountered: