0
votes
0answers
21 views

Software or script to check frequency of certain terms in a spreadsheet against an HTML document

So I have a list of names in a column on a spreadsheet. I also have an HTML file containing text with these names appearing in it sporadically. How can I check the frequency of appearance of the ...
0
votes
3answers
68 views

Number html headings

I have an html file which contains the following structure: <h1 class="section">First title</h1> <div><h2 class="chapter">Chapter title</h2> Chapter text here. ...
-5
votes
1answer
80 views

I have an excel file wich has many rows with more than 10000 records [closed]

I have an excel file which has many rows with more than 10000 records. I need to compare two rows whether the two rows have the same value for the corresponding cell using java script.
1
vote
2answers
60 views

How do I view a multipage web table on a single page

I am trying to navigate a web table that runs into thousands of pages. Unfortunately it is displayed 50 on a page and I am tired of clicking the next button. I want to view all the pages on a single ...
1
vote
2answers
377 views

Batch find/replace in text or html files

I have a large collection of html files (thousands), and need to change a single character that wasn't displaying properly on some browsers. Is there a quick and efficient way to do this?
2
votes
0answers
113 views

Preview in TextMate html created by ruby script

If I create ruby (or maybe not ruby, no difference) script in TextMate which produces html, is there an easy way to preview it using combination like ⌘R or using Web Preview? Now I found two ways to ...
0
votes
1answer
239 views

How to exclude HTML elements by ID or class using HTTrack or bash script

I need to copy a website, but I want to exclude specific HTML elements by ID or class in all pages (using a bash script). I need this because I don't want ads or some other annoying features of some ...