Sean-214

Results 5 issues of Sean-214

在官方示例的 sheet-test 中测试,https://myliang.github.io/x-spreadsheet/ 1. 选中区域,选择细线,选择所有框线 ![1](https://user-images.githubusercontent.com/10695861/173524934-7e4f4532-1fc7-470c-a905-f8397000d4a0.png) 2. 此时显示正常 ![2](https://user-images.githubusercontent.com/10695861/173525075-632d3542-c63c-4e43-89de-2c4a35d43799.png) 3. 再选中上次的区域,选择粗线,选择外侧框线 ![3](https://user-images.githubusercontent.com/10695861/173525336-2b66eced-6cf1-4bee-9894-98b04a68d68e.png) 4. 边框显示错乱 ![4](https://user-images.githubusercontent.com/10695861/173525437-7c7d5fa4-c6b2-480f-a05a-2b693b0c8bef.png)

建议限制 Sheet 的名称不能重复,与 Excel 一致,否则将数据导出到Excel的时候还要自行处理。 另外按文档方法初始化实例后,第一个 Sheet 的名称变成了 sheet2。

Refer to VSCode doc: https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions

I added a condition to the find_java_libdir.sh file. Now the problem is solved. ``` ... elif [[ "${os}" == "linux" && "${target_arch}" == "arm64" ]]; then if [[ -d ${jre_dir}/arm/classic...

# 建议描述 已经支持了LocalDateTime和LocalDate,把LocalTime也支持了吧

suggest