Aspose::Cells::Cells::ImportCSV method

Cells::ImportCSV(const U16String&, const U16String&, bool, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const U16String &fileName, const U16String &splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
fileNameconst U16String&The CSV file name.
splitterconst U16String&The splitter
convertNumericDataboolWhether the string in text file is converted to numeric data.
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also

Cells::ImportCSV(const char16_t*, const char16_t*, bool, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const char16_t *fileName, const char16_t *splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
fileNameconst char16_t*The CSV file name.
splitterconst char16_t*The splitter
convertNumericDataboolWhether the string in text file is converted to numeric data.
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also

Cells::ImportCSV(const Vector <uint8_t>&, const U16String&, bool, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const Vector<uint8_t> &stream, const U16String &splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
streamconst Vector <uint8_t>&The CSV file stream.
splitterconst U16String&The splitter
convertNumericDataboolWhether the string in text file is converted to numeric data.
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also

Cells::ImportCSV(const Vector <uint8_t>&, const char16_t*, bool, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const Vector<uint8_t> &stream, const char16_t *splitter, bool convertNumericData, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
streamconst Vector <uint8_t>&The CSV file stream.
splitterconst char16_t*The splitter
convertNumericDataboolWhether the string in text file is converted to numeric data.
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also

Cells::ImportCSV(const U16String&, const TxtLoadOptions&, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const U16String &fileName, const TxtLoadOptions &options, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
fileNameconst U16String&The CSV file name.
optionsconst TxtLoadOptions&The load options for reading text file
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also

Cells::ImportCSV(const char16_t*, const TxtLoadOptions&, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const char16_t *fileName, const TxtLoadOptions &options, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
fileNameconst char16_t*The CSV file name.
optionsconst TxtLoadOptions&The load options for reading text file
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also

Cells::ImportCSV(const Vector <uint8_t>&, const TxtLoadOptions&, int32_t, int32_t) method

Import a CSV file to the cells.

void Aspose::Cells::Cells::ImportCSV(const Vector<uint8_t> &stream, const TxtLoadOptions &options, int32_t firstRow, int32_t firstColumn)
ParameterTypeDescription
streamconst Vector <uint8_t>&The CSV file stream.
optionsconst TxtLoadOptions&The load options for reading text file
firstRowint32_tThe row number of the first cell to import in.
firstColumnint32_tThe column number of the first cell to import in.

See Also