- Code: Select all
<t>
- Code: Select all
xml:space="preserve"
Is it possible to set this attribute using docx4j?
If not, can you suggest any workaround I could use to enable me to set it, as I would find it very useful for ...
It is currently Sun Nov 24, 2024 4:51 am
<t>
xml:space="preserve"
CTAutoFilter filter = new CTAutoFilter();
filter.setRef("A8:L8");
worksheet.setAutoFilter(filter);
Total posts 10111 • Total topics 2842 • Total members 2074