Chinese:

我的一个google电子表格中有两列数据,分别是“编号”和“名称”。
我使用Google Data API(C#)通过“编号“查询“名称“。

我的电子表格数据如下:

编号         名称
A001       蛋黄派
A003       洗衣粉

我确信我写的程序是正确的!
当我查询 编号=A001 时,结果是没找到任何记录;当我查询 编号=A003 时,却返回了正确的结果!!!

我接着做实验:
在表格中添加如下数据:
编号         名称
A1           0
A11          0
A111        0
A1111      0

结果A1查不到,A11查到了,A111、A1111查不到!!!

我接着将上述数据中的“A”换成“a”,结果全都查的到!!!

我还发现纯数字字符串也是查不到的!!!


请高手指点问题所在,是不是Google的Bug???

English:I only know little English! I hope you can understand to me!

One of my Google Spreadsheets has two columns:"NO“、”name“.
I use Google Data API (C#). I  want to retrieve "name” by query "NO“.

The spreadsheet is follow:

NO         name
A001       蛋黄派
A003       洗衣粉

I convinced that my programme is right!

When I query NO=A001 ,it returns that Can't Find! When  I query
NO=A003 ,it returns that Find!

spreadsheet:

NO        name
A1           0
A11          0
A111        0
A1111      0

A1:Can't find;     A11:Find;      A111 and A1111 :Can't find!!

spreadsheet:

NO        name
a1           0
a11          0
a111        0
a1111      0

All : Find!!!

I also find that when I query number , All are can't find!!!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data Protocol" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to