goyometeojorito

Results 3 issues of goyometeojorito

If it's helpful, here paste the exception captured in "Event Viewer" Xml version: ``` - - 1005 2 100 0x80000000000000 2759 Application MIKI-PC - Scraper XML Universel C00000C4 0 ```...

bug

When create a table. `var table = ((XSSFSheet)sheet).CreateTable();` ... then add the totals row (The column 1 has numbers): ``` table.GetCTTable().tableColumns.tableColumn[0].totalsRowLabel = "Total: ": table.GetCTTable().tableColumns.tableColumn[1].totalsRowFunction = NPOI.OpenXmlFormats.Spreadsheet.ST_TotalsRowFunction.sum; table.GetCTTable().totalsRowCount = 1;...

need-investigation
xlsx

Show this errors in console at run ``` pydantic_core._pydantic_core.ValidationError: 11 validation errors for BackendDevSettings BACKEND_SERVER_HOST Extra inputs are not permitted [type=extra_forbidden, input_value='127.0.0.1', input_type=str] For further information visit https://errors.pydantic.dev/2.0.3/v/extra_forbidden BACKEND_SERVER_PORT Extra...