Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Treatment of HTML generated file #44

Open
clown78 opened this issue Oct 18, 2017 · 0 comments
Open

Treatment of HTML generated file #44

clown78 opened this issue Oct 18, 2017 · 0 comments

Comments

@clown78
Copy link

clown78 commented Oct 18, 2017

Hi,

I need to output the result instead of HTML file, I want to fill it in an array based on line and column.

<!! p style="position:absolute;top:515px;left:73px;white-space:nowrap" class="ft01">Item No.<!!/p>
<!! p style="position:absolute;top:515px;left:217px;white-space:nowrap" class="ft01">Description of Goods<!!/p>
<!! p style="position:absolute;top:515px;left:481px;white-space:nowrap" class="ft01">Units Qty<!!/p>

it should output:
$data[0][0] = Item No.
$data[0][1] = Description of Goods
$data[0][2] = Units Qty

Is there a way to do so?

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant