Get answers to most commonly asked technical questions about JExcel. If you don’t find the answer here, please send us your question using the support request form and we will add it to this FAQ section after answering you.
1. Why is an embedded workbook less functional than the ordinary one?
Answer: Unfortunately, it is impossible to implement the functionality of an ordinary Microsoft Excel workbook using OleContainer because of various native component limitations.
2. Why doesn’t an embedded workbook repaint while native dialogs are moving over it?
Answer: Native dialogs should be opened inside the OLE message loop of OleContainer. Use OleMessageLoop.addAction() to open the dialog
There are no comments on this document