Hi,
I have enjoyed Google spreadsheet API to export GAE's datastore data for a
year.
So I am trying to import such data back to datastore.
But noticed some tags are not correctly coming back.
I tried list based feed as follows:
for (ListEntry row : listFeed.getEntries()) {
for (String tag : row.getCustomElements().getTags()) {
String value = row.getCustomElements().getValue(tag);
}
}
For example, 名前(姓), which is in Japanese, becomes 名前性.
Both of full width parenthesis are omitted.
On spreadsheet, it is correctly shown as 名前(姓)
As such, is there any rules, restrictions in available characters?
Or any workarounds?
Thanks,
Takenori
--
You received this message because you are subscribed to the Google Groups
"Google Spreadsheets API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.