I would like to ask everyone
I created a WebGL file in Unity and wanted to export it to xlsx file (Excel)
Using the EPPlus suite
The function of my source code is as follows
https://pastebin.com/1QCrB4AX
However, when throwing the packaged WebGL file to Apache Server for execution, the following error message will appear:
https://lurl.cc/yMqeE
Can you please tell me how to solve this problem?
Thank you so much!
What I have tried:
I went to Debug in the direction that the EEPlus package does not support WebGL, and tried changing the package and changing the Code.
ways to try, tried ClosedXML, GemBox.Spreadsheet, OpenXMLSDK suite and embedded
The SheetJS suite uses JavaScript to convert data into xlsx files... and found that different BUGs were generated, but
There is also no way to export the xlsx file.
Can you please tell me how to solve this problem?