Dear all, I'm using version 3.6 and am trying to read a file in Excel 2003 format (*. xls) that contains ceckboxes and radio buttons.
Let me know how can I do to get status information (true or false) and location. I am currently using (HSSF *), but I tried different ways until now, but I never managed to find a way to get information. 1) I saved the file in *. xlsx and tried to use XSSFSheet but I saw that the method getVMLDrawing (boolean autocreate) has protected access. 2) tried to control the list returned by XSSFWorkbook.getAllEmbedds () but is empty. in the end I have not Been Able to find Anything Regarding this issue via Google searches, so I decided to write here hoping for your help. Regards Federico --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
