java - How to Track Changes with jexcelapi or Apache HSSF -


i writing ms excel file java , set "track changes" flag can see people make modifications later. how can set flag in either jexcelapi or apache hssf?

i don't think jexcelapi supports feature. viable set excel workbook option set, , use existing file template, instead of creating new workbook scratch?


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -