Пример #1
0
 public void Open(string file, WorkbookOptions options)
 {
     this.file = file;
     this.sheets = new List<Sheet>();
     this.sharedStrings = new Dictionary<int, string>();
     this.options = options;
     Open();
 }
Пример #2
0
 public void Open(string file, WorkbookOptions options)
 {
     this.file    = file;
     this.options = options;
     Open();
 }