In our project, we used the latest version of maatwebsite which is 3.1
We want to set the first value for example in E1.
In lower version, they have the setcellValue.
Question: Does 3.1 have the equivalent setCellValue?
Note: I tried the startCell but that is not what I want, it moves all the columns
2
Answers
maatwebsite uses phpspreadsheet.
Having maatwebsite object, you can get phpspreadsheet underlying object with macro, and after that, you can manipulate sheet with phpspreadsheet methods, for example setCellValue.
If you are talking about exporting, this may be the answer WithCustomStartCell. Yet it only available for ToCollection method.