Dishu(Lester) Lyu

Results 13 comments of Dishu(Lester) Lyu

The grammar in the project is different from MS Excel, the current grammar does allow `SUM((SUM(A2)-48):(SUM(A2)-48))`. In the future release I may introduce a new way of checking the validity...

@rmdort Please take a look.

I looked into the code, applying style to ```m*n``` cells will create ```m*n``` styles, that is why the file size is large. This module is not yet optimized for setting...

I will take a look. If I find a fix, I will make a pull request.

Try if this works: https://github.com/LesterLyu/xlsx-populate/tree/issue-157 ```js npm install https://github.com/LesterLyu/xlsx-populate.git#issue-157 ```

There is a limitation on the number of styles. If it exceeds that number, excel will fail to open. In current implementation, each cell uses a style, even though the...

The library only supports `.xlsx`.

I have the interfaces defined in the contracts folder, but it still prefers to pick from the 4bytes dir in a special case. Assuming the interface is `function someFunction(bytes calldata...