Jump to content

Scripting: Access file with 3 columns [solved]


Recommended Posts

I've got a table in Access and have to publish the data on our website. I converted it to PDF, but our website also has to be accessible for visually impaired people. So I need to make Html tables as well.

 

The access file is very simple and has 3 colums A, B and C.

 

I would like to find a way to script it so that this structure is reached for each row:

 

<tr>
<td class="tdemright">Column A</td>
<td>Column B</td>
<td>Column C</td>
</tr>

 

There are 5 'worksheets' in the access file. Manually this would take an awful long time. But since there is a method in this, with scripting it should not be too difficult.

 

Can anyone help me with this?

 

I have uploaded the file for your reference, in OpenOffice Calc format here:

http://www.ducaet.be/nieuwe_lijnnummers.sxc

 

Many thanks!

 

 

Darkelve

Link to comment
Share on other sites

You don't need a script here, just open that file with gnumeric and select HTML from  "File -> Save as..."

 

Thanks, you're a life-saver! It even has the option of exporting the data as Xhtml!! B)

 

Now only to get rid of the extra attributes. But I think a Search&Replace will do the trick.

 

 

Many thanks! :headbang:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...