jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Set AutoFilter on Table object #152

Closed jferard closed 5 years ago

jferard commented 5 years ago

We need a method:

Table table;
table.addAutofilter(r1, c1, r2, c2);