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 forum and we will add it to this FAQ section after answering you.
Why is an embedded workbook less functional than the ordinary one?Unfortunately, it is impossible to implement the functionality of an ordinary Microsoft Excel workbook using OleContainer because of various native component limitations.Why doesn’t an embedded workbook repaint while native dialogs are moving over it?Native dialogs should be opened inside the OLE message loop of OleContainer. Use OleMessageLoop.addAction() to open the dialogI need to show the table without a ribbon and formula bar into my application. How to do it?There is a sample that demonstrates how to hide ribbons and panels of integrated Excel workbook: Hide Excel Ribbon and formula toolbar . |
Documentation >