Changes between Version 11 and Version 12 of BluePrint/Importer/Excel


Ignore:
Timestamp:
09/19/13 12:04:34 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Importer/Excel

    v11 v12  
    1717Besides .csv files, the interactive importer now also accepts .xls/.xlsx (Excel) files.
    1818
    19 If such a file is uploaded, the importer will search for a sheet with the name "!SahanaData" (or fall back to the first sheet, of "!SahanaData" is not present), and import it under the same formatting rules as the corresponding CSV format.
     19If such a file is uploaded, the importer will search for a sheet with the name "!SahanaData" (or fall back to the first sheet, if "!SahanaData" is not present), and import it under the same formatting rules as the corresponding CSV format.
    2020
    2121The sheet is read from the top left, and the first row interpreted as column names. Else, the sheet is parsed, transformed and imported just like the corresponding CSV format.