tablepyxl icon indicating copy to clipboard operation
tablepyxl copied to clipboard

A bridge between html tables and openpyxl

Results 8 tablepyxl issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.2.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Is it possible to make such a table? ``` Title table { border-collapse: collapse; } table, th, td { border: 1px solid black; } th, td { padding: 8px; text-align:...

Update README.md The README.MD file shows an example of converting html file to a worksheet object. the function name in the example does not match the function name of the...

at least in case the whole cell contains one big hyperlink. expected result: hyperlink is preserverved when converting to workbook from html actual result: hyperlink is stripped out [Related stackoverflow...

https://histudy.yuque.com/docs/share/2a1c0ca0-56bc-4735-ac0e-e2f142f4fb9f?#

when trying to write multiple tables in html to one wb it gives me this error. ur manual isnt very clear, u should refine it. how to write many tables...

I was trying to save multiple tables in the same csv (Same Sheet). For this, I simply concatenated the second table in the string of the first table, however, the...