MiniExcel
MiniExcel copied to clipboard
Remove base64 path when image is loaded in the sheet and set image height/width
Excel Type
- [X] XLSX
- [ ] XLSM
- [ ] CSV
- [ ] OTHER
Upload Excel File
Please attach your issue file by dragging or droppng, selecting or pasting them.
MiniExcel Version
1.31.0
Description
Hi, is it possibile to convert byte[] to image, without appending the path in excel sheet? I don't need to visualize that base64 path. Moreover, how can i customize the image's width/height (and cell's height of course) ? It's very small. I found only the DynamicExcelColumn {Width} to customize cell's width.
Thanks