Stuck trying to fetch excel data to html

Jackaa

New Member
Joined
Jun 21, 2023
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
Hi all

I have a task which I am trying to complete, the task is to add excel data into a html snippet using dynamic tags to ‘pull’ the data

My spreadsheet has specifically 6 columns and around 650 rows that I need to merge into separate html snippets the snippet looks like this for reference

Overall the spreadsheet has around the 10different columns and I only need the data from some of them

<tr class="table__tr--success">
<td class="table__td--payment-status is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/">
<div class="u-align-center u-direction-row">
<div class="status-disc status-disc--success u-margin-Rxs u-flex-none"><!-- react-empty: 31 --></div><div class="status-disc__inline u-align-center u-direction-row">
<span>Paid out</span>
</div></div></a></td>
<td class="is-link u-is-actionable"><a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/">
<div class="table__td--truncate-customer"><!-- react-text: 37 -->24-7 People Solutions Limited<!-- /react-text --></div>
</a></td>
<td class="table__td--payment-list-description--truncate is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/">C230400062157</a>
</td>
<td class="is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/"><span>
<span>Import</span></span></a></td>
<td class="table__td--date-cell u-text-right is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/">08.06.23</a>
</td><td class="table__td--date-cell u-text-right is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/">12.06.23</a>
</td><td class="u-text-right is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/">
<span class=""><span class="amount__value">44.39</span><!-- react-text: 52 --> <!-- /react-text --><span class="amount__currency">GBP</span></span>
</a></td>
<td class="u-text-right is-link u-is-actionable">
<a class="u-text-truncate" href="/payments/PM00SVMM7Z807N/"><strong><span class=""><span class="amount__value">43.62</span><!-- react-text: 59 --> <!-- /react-text --><span class="amount__currency">GBP</span></span></strong></a>
</td>
</tr>

The columns I need to fetch are:

Customer name
Payment reference number
Date requested
Date recieved
Gross value
Net value

How do I do this please??
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.

Forum statistics

Threads
1,215,110
Messages
6,123,143
Members
449,098
Latest member
Doanvanhieu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top