You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
Ernesto García edited this page Feb 23, 2014
·
2 revisions
Spreadsheet files often have more than one sheet of data, so it is desirable to
select which sheet to use when importing. You can provide an importer with the
name or index of the sheet to use. By default an importer will read from the
first sheet in the spreadsheet.
The importer defined above specifies that data should be read from a sheet
named "Employees".
As stated above, sheets can also be specified by name or by index, starting
by 1, which is the first sheet. For instance, the following importer will
read data from the third sheet, no matter what's its name.