├── Demo.png ├── LICENSE ├── README.md └── xlsGen ├── Program.cs ├── include ├── BiffRecordExtensions.cs ├── ExcelDocWriter.cs ├── FormulaHelper.cs ├── MacroPatterns.cs ├── RecordHelper.cs ├── StringExtensions.cs ├── UnicodeHelper.cs ├── VBA.cs ├── WorkbookEditor.cs ├── WorkbookStream.cs ├── b2xtranslator.dll └── b2xtranslator.xls.dll ├── popcalc.bin └── xlsGen.csproj /Demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/Demo.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/README.md -------------------------------------------------------------------------------- /xlsGen/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/Program.cs -------------------------------------------------------------------------------- /xlsGen/include/BiffRecordExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/BiffRecordExtensions.cs -------------------------------------------------------------------------------- /xlsGen/include/ExcelDocWriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/ExcelDocWriter.cs -------------------------------------------------------------------------------- /xlsGen/include/FormulaHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/FormulaHelper.cs -------------------------------------------------------------------------------- /xlsGen/include/MacroPatterns.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/MacroPatterns.cs -------------------------------------------------------------------------------- /xlsGen/include/RecordHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/RecordHelper.cs -------------------------------------------------------------------------------- /xlsGen/include/StringExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/StringExtensions.cs -------------------------------------------------------------------------------- /xlsGen/include/UnicodeHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/UnicodeHelper.cs -------------------------------------------------------------------------------- /xlsGen/include/VBA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/VBA.cs -------------------------------------------------------------------------------- /xlsGen/include/WorkbookEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/WorkbookEditor.cs -------------------------------------------------------------------------------- /xlsGen/include/WorkbookStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/WorkbookStream.cs -------------------------------------------------------------------------------- /xlsGen/include/b2xtranslator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/b2xtranslator.dll -------------------------------------------------------------------------------- /xlsGen/include/b2xtranslator.xls.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/include/b2xtranslator.xls.dll -------------------------------------------------------------------------------- /xlsGen/popcalc.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/popcalc.bin -------------------------------------------------------------------------------- /xlsGen/xlsGen.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aaaddress1/xlsGen/HEAD/xlsGen/xlsGen.csproj --------------------------------------------------------------------------------