Excel2image
Excel2Image
Bases: ExcelParseBase
Source code in Docs2KG/parser/excel/excel2image.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
|
__init__(*args, **kwargs)
Initialize the Excel2Image class.
Source code in Docs2KG/parser/excel/excel2image.py
14 15 16 17 18 19 20 |
|
excel2image_and_pdf()
Convert an Excel file to image and pdf files.
Source code in Docs2KG/parser/excel/excel2image.py
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
|