I want to convert my documents (word, excel, PDF, etc…) to HTML. To achieve the desired conversion, I want to set up some load options for each of the file formats. (ex. OnePagePerSheet = false in excel etc…).
Currently, one needs to set up these options using format-specific classes such as SpreadsheetLoadOptions, PdfLoadOptions etc. How can I set up these load options in a generic way so that it can be format-independent and my function can expect any file format.