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

Error while importing Excel file data

sourav-paul opened this issue · comments

error quicksheet

This error message is appearing while I'm trying to import from an Excel sheet. There are no empty cell in my sheet. Tried debugging with deleting some rows and columns. Always having an error saying empty cell at LAST column.

Even an older version of the excel sheet is working fine which has lower rows and columns. My excel sheet is multilingual btw.

Hi sourav-paul,

It is weired, never heard that kind of problem.

Could you send the excel file to me?

Not entire your spreadsheet but just a simple one which can be quickly checked what the problem on my side is fine.

And what's the older version of excel sheet exactly you mean?

Is that '.xls'?

Cheers,

it's a xlsx file, downloaded as from google sheet

old version meant same document with lower rows and cloumns.

I've changed a little to keep spaces and commas in account btw.

Document is attached here : [document was removed]

Thanks, I'll drill into the problem.

I am having the same issue, xlsx file. I have multiple sheets with similar data but this one gave me trouble on import. I've attached the file if it helps. The file is purely a Excel file, not from Google sheets like Paul's was.
armor.xlsx

Here is a workaround :

work-around

I put a new Column "pqr" and a new data "xyz" in just before last row.

First, sorry for delay, quiet busy on these days.

You should not leave any an empty cell on the spreadsheeet, actually a worksheet.

@kimsama There were no cell left empty on my original sheet. I had to add above these to bypass the issue.

There were 'Blank' type of cells, the column 11, 12 and 13 are those.
Those cells looks as just an empty cells but column headers are null or empty.
Please, select 11(L), 12(M) and 13(N) cells then right click and delete those cells.
After deleting those empty cells try it again. It should work.

Cheers,