i want get data from web site with following code:
<tbody>
</tbody>
<tbody>
</tbody>
i want to export sharing,base volume,floating,vol ave month dates to excel. i used this code getElementsByClassName, but i couldn't send to excel. please help me
range day | 11,670 | 11,300 |
price | 12,191 | 11,031 |
week range | 11,739 | 11,060 |
year range | 11,948 | 3,999 |
<tbody>
</tbody>
sharing | 20 B |
base volume | 894,454 |
floating | 17% |
vol ave month | 9.059 M |
<tbody>
</tbody>
i want to export sharing,base volume,floating,vol ave month dates to excel. i used this code getElementsByClassName, but i couldn't send to excel. please help me