I generate a sheet, pretty bog standard headers and columns of data.
I want to turn on the “Filter” function for the sheet, so the user can easily sort and filter the data.
Can I so this using POI?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Save the first and last cell from filter area, and execute:
For example, from the below sheet.
first cell will be the header above the first
+(2,1) cell. The last will be the last+cell (5,3)