module RobustExcelOle
Constants
- Application
This class essentially wraps a Win32Ole
Application
object. You can apply all VBA methods (starting with a capital letter) that you would apply for anApplication
object. See docs.microsoft.com/en-us/office/vba/api/excel.application(object)#methods- Book
This class essentially wraps a Win32Ole
Workbook
object. You can apply all VBA methods (starting with a capital letter) that you would apply for aWorkbook
object. See docs.microsoft.com/en-us/office/vba/api/excel.workbook#methods- Sheet
worksheet: see github.com/Thomas008/robust_excel_ole/blob/master/lib/robust_excel_ole/worksheet.rb
- Table
This class essentially wraps a Win32Ole
ListObject
. You can apply all VBA methods (starting with a capital letter) that you would apply for aListObject
. See docs.microsoft.com/en-us/office/vba/api/excel.listobject#methods- TableRow
- VERSION