Skip to content
YANG Huan edited this page May 12, 2021 · 7 revisions

1.Can not run this program

Need python3, also need to install xlrd library to support reading excel.

2.Fast?

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.

3.Excel format error, how to solve?

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.

4.Excel content has changed, but did not export

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.

5.There is no need for auto-read code generation tools

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.