Home > Q&A > body text
直接赋值不行呀
伊谢尔伦2017-04-18 09:44:09
cell = row.createCell(index);cell.set...
PHP中文网2017-04-18 09:44:09
When cell is null, the object does not exist and of course cannot be assigned a value. You must first create the cell and then call the set method of the cell
ringa_lee2017-04-18 09:44:09
Is it okay to directly assign string s='';cell.setcellvalue(s);?