Example #1
0
        protected xlsEngineProvider()
        {
            this._formulas = new Dictionary <string, string>();

            this._option = new xlsEngineOption();
            this.SetOption(this._option);


            this._inBuffer = File.ReadAllBytes(this._option.TemplatePath);
        }
Example #2
0
 protected abstract void SetOption(xlsEngineOption option);