mlin
Results
2
comments of
mlin
Thank you very much for your reply, I don't use php in jupyter for now.
I see why, it depends on where the XSSFCellStyle is declared, if so: ```C# XSSFCellStyle style = (XSSFCellStyle)workbook.CreateCellStyle(); for(...row) { for(...column) { style... ... // The specific settings of the...