Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When converting excel fiels which contain iamges and shapes to html files, we offen face the following two issues:
This article explains how to implement IStreamProvider interface for setting the HtmlSaveOptions.StreamProvider property. By implementing this interface, you will be able to save the created resources during HTML generation to your specific locations or memory streams.
This is the main code showing the usage of HtmlSaveOptions.StreamProvider property
Here is the code for ExportStreamProvider class which implements IStreamProvider interface used inside the above code.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.