ColFusion / ColfusionServer

0 stars 1 forks source link

[ExcelFileImport] Excel with two sheets, second sheet selected, return 3 empty variabls #43

Open EvgenyKarataev opened 9 years ago

EvgenyKarataev commented 9 years ago

Tired to import an excel file with two sheets. On the second page of the wizard, selected second sheet, 1 row and A column, on the next page of the wizard, three variables was shown (the excel sheet had more than 3 variables) and those variables didn't have names.

EvgenyKarataev commented 9 years ago

The problem seems to be in the fact that when wizard sends request to get variables for a given sheet, it doesn't send sheet's number in the file. That's why by default the server code thinks that the very first sheet is selected.