Aspose::Cells::Workbook::SetFileName method

Workbook::SetFileName(const U16String&) method

Gets and sets the current file name.

void Aspose::Cells::Workbook::SetFileName(const U16String &value)

Remarks

If the file is opened by stream and there are some external formula references, please set the file name.

See Also

Workbook::SetFileName(const char16_t*) method

Gets and sets the current file name.

void Aspose::Cells::Workbook::SetFileName(const char16_t *value)

Remarks

If the file is opened by stream and there are some external formula references, please set the file name.

See Also