Shawn Ye
Shawn Ye
Thank you for nice work! That's what I want. How to use controls such as select list,checkbox,radio? BTW, how to add address bar when open dialog? Thank you!
I didn't find `string.trim()` in stdlib doc, Please add string.trim() into stdlib if not exists. Great work for me, Thank you!
Maybe it is not an issue when testing, I open xlsx with 11.2MB (dimension: 30000x60), it goes to consume more than 1.2G and continue to go up, at that time...
local filename = "C:\\Users\\Administrator\\Desktop\\test.xlsx" --normal and existing excel file, contains 1 sheet local xlsx = require 'xlsx' local workbook = xlsx.Workbook(filename) print("total sheets=" .. workbook:GetTotalWorksheets()) --print 1 , OK workbook:Close()...
Some compile errors: - std.stream.d doesn't exists - interfaces in `dfl\internal\wincom` confict with `core.sys.windows.ole2`, `core.sys.windows.oleidl` ,`core.sys.windows.winerror`... - `module dfl.internal.utf` is not accessible here (button.d 136,28) - maybe more...
The current version(0.9) is too old to support `UTF-8` file path, could you kindly update the source update-to-date ? I download the libzip-1.1.2.tar.gz, there are a lot of files ,...
When I use ajax to load data, I find the server receives request with 'Chinese garbled' , and can not handle it. I add type : 'POST', after lin 389...
至少缺少头文件: # include # include 能否优化下? 谢谢。 ps:您是lua圈内的风云大哥吧
I can not find solution even in `GreaseMonkey` scripts. Any suggestion, thank you!