Create Excel Output with Autofilter #1380
Burn1n9m4n
started this conversation in
Idea
Replies: 1 comment
-
Hi @Burn1n9m4n as @avan-sh suggests the two ways to do this are Hooks and Custom DataSets I'm leaning towards sub-classing the default |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all! I'm trying to output an Excel DataSet (.xlsx) to a gateway folder as a report. I want to provide the entire dataset within the Excel file, but I want the file to have the column filters already on with the settings already handled before the user opens the file. I know that xlsxwriter has the autofilter function along with a host of options to handle those, but is there a smooth way to add those into a kedro pipeline via either a node or within the catalog itself?
To be more specific, the output file will have the dates for some event. I want the date of the event to be filtered to anything that is happening today. However, if the user decided to broaden the scope, they would have all the data present already.
Beta Was this translation helpful? Give feedback.
All reactions