0

Excel Library for Small Basic 1.2.1 Beta

library. This library extend Small Basic so that will allow you to read or write contents of a cell in the Excel file from the Small Basic program. Quick Start: After installed Excel Library for Small Basic, you can use Excel object, and follow functions in Small Basic: Excel.ReadCell( filePath, sheetName, rowIndex, columnIndex ) Reads the contents at the specified cell. Excel.WriteCell( filePath, sheetName, rowIndex, columnIndex, newValue ) Write the contents at the specified cell. Excel.CloseAll() Close all Excel files which is opened. Requirements: · Small Basic v.0.9x or higher · NET Framework 3.5 Client Profile · Microsoft Excel 2010 (x86) What’s New in This Release: · This release support Excel 2007.

Leave a Reply