# report-filter-tool **Repository Path**: YES-LCD-TOOLS/report-filter-tool ## Basic Information - **Project Name**: report-filter-tool - **Description**: No description available - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-21 - **Last Updated**: 2021-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![alt text](https://gitee.com/YES-LCD-TOOLS/report-filter-tool/raw/master/Resources/Screenshots/Snipaste_2021-07-27_15-04-24.png "title") ### 功能 - 将xls按日期收集数据 - 将收集到的数据按照(周在月)和(月在年)的方式用过图形展现 ### C#对phthon的调用接口: - py脚本路径.py字符串 - 待处理xls文件路径字符串 - 输出文件夹路径字符串 - 开始时间(yyyy-MM-dd) - 结束时间(yyyy-MM-dd) - (可选, 附加参数1) - (可选, 附加参数2) - (可选, 附加参数3) - (可选, 附加参数4) - (可选, 附加参数5) ### 编译 - 用nuget安装WindowsAPICodePack-Shell(1.1.1) referances: https://www.c-sharpcorner.com/article/display-sub-directories-and-files-in-treeview/ http://csharphelper.com/blog/2017/11/initialize-a-treeview-control-to-display-a-directory-hierarchy-in-c/ https://docs.microsoft.com/en-us/dotnet/desktop/winforms/controls/creating-an-explorer-style-interface-with-the-listview-and-treeview?view=netframeworkdesktop-4.8