kimsama / Unity-QuickSheet

Unity-QuickSheet enables you to use spreadsheet file data within Unity editor.

Home Page:http://kimsama.github.io/Unity-QuickSheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Detecting text cell as numeric cell in excel

xuancelestial opened this issue · comments

I chose a field, in excel machine, which supposed to be string.

The field in excel containing just single numeric value. Eg : '1', '2'

It gives me an error message like: Cannot get text value from a numeric cell Row.

In some way I need the value to be string. So I need to make it a string instead of integer.

I tried to format particular column in excel to Text, but still getting same result, which the plugin recognize the cell as numeric value instead of text value even I choose import as string

With formatting a column to text in Excel cannot solve the problem. Let me check it.

Fixed. See the commit at 0963820

Nicely done sir. So far easiest and best excel-unity plugin that I ever seen. Thanks!

You're welcome. Thanks. :-)