RobinCode

Results 4 issues of RobinCode

My tsconfig.json ```json { "compilerOptions": { "rootDir": "src", "target": "esnext", "lib": ["esnext"], "moduleResolution": "node", "types": [ "lua-types/jit" ], "strict": true }, "tstl": { "luaTarget": "JIT", "luaBundle": "ts.lua", "luaBundleEntry": "src/main.ts", "sourceMapTraceback":...

bug
scope: bundling

Is there a way to retrigger the rowHeight or just recalculate a single row. Before ![image](https://user-images.githubusercontent.com/8408783/140330082-45251e86-fda2-49b2-8b98-4f697d348206.png) After ![image](https://user-images.githubusercontent.com/8408783/140330168-50532519-3488-4fbc-b654-14687551fbbd.png)

Feature Request
Will Accept PR

issue cthackers#389 Due to the wrong initialization order, an error will be caused when three parameters are given and the last parameter is a callback function.

### EPPlus usage Personal use ### Environment Windows ### Epplus version 7.1.2 ### Spreadsheet application Microsoft365 Excel ### Description This [test.xlsx](https://github.com/EPPlusSoftware/EPPlus/files/15258886/default.xlsx) is my export from [Tencent Cloud Document](https://docs.qq.com/home), when I...

bug