Javascript/Jquery parse excel into text -


i new javascript possibly create javascript of jquery go through records in excel sheet row row, , each record parse in text file cell information in 1 , same

html-style structure, 1 one below.

| cell1| img path | imgthumbpath | cell4| cell5| cell6 | cell7 |  xxx       xxx          xxx         xxx     xxx  xxx    xxx.  ...       ...          ...         ...     ...  ...    ... 

structure of text file each record in xls:

<!-- start of mark  image. -->  <a href="../<content of img path cell>.jpg" class="gallery" onclick="return xxx">  <[img] src="../<content of imgthumbpath cell>.jpg" alt="<content of cell1>" title="<content of cell1>"/>  <span><content of cell1> </span>  </a>  <div class="gallery"> <h3><content of cell1></h3> <br /> <b>desc1: <content of cell4> <br />  <b>desc2:&nbsp;</b> <content of cell5> <br />  <b>desc3:&nbsp;</b> <content of cell6> <br /> <b>desc4:&nbsp;</b> <content of cell7> <br /> </div>  <!--end of mark  image. --> 

how accomplish that?


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -