读取excel表格中的数据问题
本帖最后由 sxxsq 于 2010-1-31 01:00 编辑我从excel表中读取数据到文本,为什么中文会变成乱码。 回复 1# sxxsq
有些控件需设置 UNICODE 字符格式 请问如何设置,能否给例子,谢谢。 回复 3# sxxsq
_GUICtrlTreeView_SetUnicodeFormat
设置Unicode字符格式标记
#Include <GuiTreeView.au3>
_GUICtrlTreeView_SetUnicodeFormat($hWnd[, $iFormat = True])
=======================================
_GUICtrlListView_SetUnicodeFormat
为控件设置UNICODE字符格式标记
#Include <GuiListView.au3>
_GUICtrlListView_SetUnicodeFormat($hWnd, $fUnicode) 原来excel也是Listview呀。。。学习了 呵呵 还是不太懂
页:
[1]