protected xlsEngineProvider() { this._formulas = new Dictionary <string, string>(); this._option = new xlsEngineOption(); this.SetOption(this._option); this._inBuffer = File.ReadAllBytes(this._option.TemplatePath); }
protected abstract void SetOption(xlsEngineOption option);