Re: [Tutor] Python excel filter

2015-10-26 Thread john
take a look at python-excel xlwt is what I use. BTW there are others Johnf On 10/26/2015 05:21 AM, Lucas Mascia wrote: Hello, I would like some guidance in a way to filter data from an excel sheet (.xlsx) I will be exporting an extensive table from a website with 400x20 infos. In this sheet

Re: [Tutor] Python excel filter

2015-10-26 Thread Alan Gauld
On 26/10/15 12:21, Lucas Mascia wrote: Hello, I would like some guidance in a way to filter data from an excel sheet (.xlsx) I will be exporting an extensive table from a website with 400x20 infos. In this sheet, I need to apply 3 or 4 filters and collect the amount of info it shows then. Eg.:

[Tutor] Python excel filter

2015-10-26 Thread Lucas Mascia
Hello, I would like some guidance in a way to filter data from an excel sheet (.xlsx) I will be exporting an extensive table from a website with 400x20 infos. In this sheet, I need to apply 3 or 4 filters and collect the amount of info it shows then. Eg.: 1 - Export .xlsx from website 2 - Run py