IRC logs of #tryton for Saturday, 2024-03-16

irc.libera.chat #tryton log beginning Sat Mar 16 12:10:00 AM CET 2024
-!- meanmicio(~lfm@90.166.98.31) has joined #tryton08:05
-!- meanmicio(~lfm@85.51.16.159) has joined #tryton08:11
-!- meanmicio(~lfm@90.166.98.31) has joined #tryton12:59
-!- meanmicio(~lfm@85.51.16.159) has joined #tryton19:25
yangoonexcel sheets directly work e.g. with19:33
yangoonfrom openpyxl import load_workbook19:33
yangoon        file_ = BytesIO(self.start.file_)19:33
yangoon        wb = load_workbook(filename = file_)19:33
yangoon        sheet = wb.active19:33
yangoon        importable_rows = filter(any 19:33
yangoon                        sheet.rows19:33
yangoon                    )19:33
yangoonimportable_rows = filter(any -> importable_rows = filter(any_conditions19:33
-!- meanmicio(~lfm@90.166.98.31) has joined #tryton20:39

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!