Gettting Excel info. into a WP site
-
I am converting a site built with hand-written HTML to WordPress. I have a problem with a group of pages which are lists of plants with images. Currently, the plant information is stored in Excel spreadsheets which have some VB code which generates a complete HTML page. This system works well as the lists are maintained by people who have no technical expertise. All they have to do is update the spreadsheet and press a button to generate the HTML page which is then uploaded to the site via FTP. I need to replicate this procedure in the new WordPress site. As a minimum, I could leave these pages outside of the WordPress site and use links to access them but then they would not be searchable. Further, I want the images used to be within the WordPress Media Library so that they can be properly catalogued and managed.
I can think of a number of possible approaches to this problem but, being a total novice in WP, I’ve no idea if they are doable. The first is to alter the VB routine so that, instead of a complete HTML page, it just generates HTML which can be copied and pasted into a WP page. I did an experiment with this. The text comes out OK but I could not get the images to display. A second approach would be to have a routine (plugin?) which could read the content of the Excel files (or a file extracted from them) and write posts directly into the WP database. A third approach could be to replace the Excel spreadsheets with custom tables in the WP database and develop an application to manage and display them. This, however, would involve a fair amount of effort and I am also trying to minimise the amount of customisation that has to be done.
The whole procedure must be quick and easy to use as, apart from the maintainers having no IT skills the total number of plants is over 1000. I should stress that this is not just a case of uploading a table from Excel into a WP page; the raw data is completely reformated. Below is an example of some Excel spreadsheet lines and you can see the resulting web page here.
AGM Photo Bees Plant name Country of origin Synonym / Comment Plant displayed Description line 1 Description line 2
x Acacia podalyriifolia France
x Acacia saligna Spain
* x Brahea armata USA
Cassine papillosa Spain
* x x Catalpa bignonioides Chile
x Ceiba speciosa PortugalIf somebody could point me in the right direction or suggest alternative approaches, I’d be really grateful.
- The topic ‘Gettting Excel info. into a WP site’ is closed to new replies.