How to Track Changes with jexcelapi or Apache HSSF

547 views Asked by At

I am writing an MS Excel file with Java and what to set the "Track Changes" flag so I can see where people make modifications later. How can I set this flag in either jexcelapi or Apache HSSF?

1

There are 1 answers

2
Tommi On

I don't think JExcelAPI supports that feature. Would it be viable for you to set up an Excel workbook with the option set, and then use that existing file as a template, instead of creating a new workbook from scratch?