I use openpyxl processing XLSX format, I want to uniform format for digital format
I have tried to use during
Cell. Style. Of number_format. Format_code='0.00 e+00'
Or
Cell. Of number_format='0.00 e+00'
But they are wrong, could you tell me which bosses know how to deal with?
CodePudding user response:
Resolved:Cell. Of number_format='0.00'
CodePudding user response:
" post it for you,CodePudding user response: