Tao Zuhong

Results 58 comments of Tao Zuhong

Here are two python examples for testing: ```python import xlsxio xlsxio_reader = xlsxio.XlsxioReader('file.xlsx') sheet = xlsxio_reader.get_sheet() data = sheet.read_data() sheet.close() xlsxio_reader.close() print(data) ``` ```python import xlsxio import datetime types =...

GTK4 新版本有支持,待 GTK4 新版本发布后看效果;

维护一个软件需要耗费很大的精力,作者也是要穿衣吃饭、用水用电。。。 故理解 uTools 的收费安排,rubick 走向收费也是必然的,请大家早有心理准备。 我是[袋鼠数据库工具](https://github.com/dbkangaroo/kangaroo)作者,知道维护一个中大型软件项目的不易,故有此一言。

![image](https://user-images.githubusercontent.com/13451009/188530918-f93f0ee9-fe11-4250-9a0a-b4f0563fe437.png) ![image](https://user-images.githubusercontent.com/13451009/188532418-e453c235-d661-4797-a9cf-8241ced0dcfb.png) ![image](https://user-images.githubusercontent.com/13451009/188532615-54eec4f9-27cf-463f-964f-0445a0bffa93.png)

The output is produced by the new version (download from your link), and the main difference is using different ODBC driver paths. It passed the compilation and linked to the...

I don't know the difference of them, because I didn't test it formerly.

1. My app link with Windows built-in ODBC component, found encoding issue. 2. Then search solution on the internet to fix it, found UnixODBC has the same kind issue 3....

``` $ ./test_locale.exe current_locale = C pdot = (null) buf = CP936 codeset (before lookup table) = CP936 codeset (after lookup table) = GBK ```

I have tried it, the speed of response becomes quickly than the old versions, now it feels more comfortable, thanks for your great work. up to 1-second delay, while inputting...