Skip to main content Help Control Panel

Login   A+   A-

Documentation «   Yacs handbook «   Content management «  

How to derive big tables from Excel sheets?

Previous / Index

It's as simple as this 1-2-3 method. Provided with live example.

Step 1 - Save your Excel sheet

Save data using the specific CSV (Comma-Separated Values) format. Excel will complain that part of the information will be lost, but you will accept this as a matter of fact.

Step 2 - Open the saved file in atext editor

Use the Notepad to do that, or any text editor you have ready to do the job.

Select all the text and activate the command to copy data in the clipboard.

Step 3 - Copy data in a YACS page

Connect to your favorite YACS server, and create a page. In the edit form place some tags to create a table and to declare CSV data.

[table]
[csv]
<-- paste your CSV data exported from Excel here
[/csv]
[/table]


Paste your data just between these tags, and hit the Submit button to transfer this to your server. Done!

Want more details?

Check the help page we have on codes used for tables.

You can also check an live example of this feature at zaniroli.com. General results of a regularity race have been cut and paste from Excel to the server in order to build a nice page. It's in French, but you will get the idea...

Previous / Index

Rate this page
Posted by Bernard on Feb. 29 2004, (popular)