Are there any open source cross-platform libraries which can preview xlsx/docx files in Avalonia? #19909
-
| it seems hard to find such a library to preview office doc/docx/xls/xlsx without installing Microsoft Office 😭 | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
| Let's take a step back, just preview these files on windows with Office installed, how to show the preview with Avalonia? | 
Beta Was this translation helpful? Give feedback.
-
| IIRC there are plenty of parsing libraries. You could parse the Excel files into a data grid. Although formulas and what not probably wont work. LibreOffice also has libraries you can use for parsing and editing most Microsoft office files. I have never tried them though so I can't comment on how well it works. | 
Beta Was this translation helpful? Give feedback.
IIRC there are plenty of parsing libraries. You could parse the Excel files into a data grid. Although formulas and what not probably wont work. LibreOffice also has libraries you can use for parsing and editing most Microsoft office files. I have never tried them though so I can't comment on how well it works.
https://api.libreoffice.org/examples/examples.html