Skip to content

Optional Open As ReadOnly #30

@Magikos

Description

@Magikos

Is there any way to open the file as read only?

var excelQuery = new ExcelQueryFactory(path, true (readonly flag));

Or

var excelQuery = new ExcelQueryFactory(path);
excelQuery.AsReadOnly = true;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions