I am using Apache POI Version 3.16. And I have set the identifier for the file being downloaded by users as below,
workbook.getProperties().getCoreProperties().setIdentifier("somevalue");
But for some users when I try to read the identifier of the file they downloaded, it is opting out as null.
I am trying to read the identifier as below, it is giving me as null.
workbook.getProperties().getCoreProperties().getIdentifier();
The users machine has Windows-10 OS and I am not sure it may be a version issue or whatever?