Tagged Questions
2
votes
1answer
444 views
Is there any Java-Excel library that supports AutoFilter in Excel?
Last time I checked, Apache POI did not support this feature. If you know any solution that does, either free or commercial, please suggest.
1
vote
2answers
72 views
clear cells while preserving Autofilter settings?
I'm writing a script for a worksheet whose cells are populated based on an Access database. I'm trying to clear the contents of the worksheet without removing any Autofilters that the user has set, ...
1
vote
1answer
307 views
How to remove blank rows when using Excel VBA Autofilter
I have written a macro that searches through workbook and applies an autofilter to any listobjects which have a column named "Code". However, when I apply the filter, it does not filter out the blank ...
1
vote
1answer
82 views
How Do You Subtotal with Autofilter in Excel?
I am currently working on an Excel sheet of list of people working in a company.
The company has multiple teams and multiple positions and I've listed them all in an Excel sheet (I am using Excel ...
0
votes
1answer
129 views
C# Excel Automation: Retrieving rows after AutoFilter() with SpecialCells() does not seem to work properly
First time poster here :). I'm having the following trouble automating Excel 2010 from a WinForms C# application. My test table looks the following way:
Index Value1 Value2
AAA 2 3 ...
0
votes
2answers
157 views
Speed up Excel Autofilter
I have a workbook that I made which generates a density map of I/O signals in an industrial plant. The whole workbook is driven by the lead sheet which the user inputs the signal type and where it is ...
0
votes
2answers
570 views
POI Auto Filter
How do I use Apache POI to pre-define an auto-filter region in an Excel 2007 document?
A small code example or link would be nice.
0
votes
1answer
789 views
Reordering Excel Table Columns with Filters Intact
I am running into an issue with Excel 2007 via VSTO 3.0. In my project, I need to shuffle columns around occasionally. Normally, this works fine but I have recently found that an issue arises when the ...
0
votes
1answer
300 views
How to make the Excel broken autofilter indicator go away?
Excel 2003
Working with a large sheet which is typically autofiltered. However when autofilter is turned off the indicators are still all there, they just don't work.
Not sure whether some vba was run ...
0
votes
1answer
648 views
Excel Autofilter in VB.NET
In my application I'm exporting an Excel file by getting the layout of a HTML page. So, in my codebehind, I'm modifying the HTML layout and inserting itens on it like if it was a webpage. Doing it ...
0
votes
1answer
404 views
Coding Text Filters in Excel 2007
I am trying to use code to filter a spreadsheet dynamically, based on the current date.
I am storing the date I need to filter on as "CurrDay" and I'm attempting to recall that stored date back ...