-
Notifications
You must be signed in to change notification settings - Fork 76
FAQ_en
Need python3, also need to install xlrd library to support reading excel.
In practice, there are more than 50 excel, each excel one or more need to export the sheet page, export 2 times, once the client, a server, after the call automatically reads the code generation tool (CSharpGeneratorForProton) took 5-8 seconds. Thanks to sxl good performance, export speed is not a problem.
Error will have a good error output, and contains the corresponding description, as well as the line number, column number, you can quickly locate the location of the error.
If the last time Excel is not modified more than the target file modification time, then that Excel is not modified, will not export operation. Try to delete the target file or force to save Excel, during the export operation.
I mainly use C # development, only the realization of the C # version of the tool, other language users, can be realized, welcomed the realization of the code link for the needs of students to use. Use the "-c" parameter to generate the json file containing the excel format information, each language can be achieved automatically generate the code to read the tool,The format specification.