voku / simple_html_dom

📜 Modern Simple HTML DOM Parser for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

export href=# in a table cell

itajackass opened this issue · comments

when I try to export a table where a cell has inside an "a" link with href="#", excel exported get broken.... i need to replace # with javascript:void(0);

Do you have some code example?