Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I want create a list of product with their name and price . Like a table at database.

example :

  id    name    price    date 
|      |      |        |      |
|      |      |        |      |
|      |      |        |      |
|      |      |        |      |
|      |      |        |      |
|      |      |        |      |

Can you recommend me a software, which is available at 12.04 ?

share|improve this question
Why don't you use Libre Calc or Base. Which format you want to create it? is it in document/excel sheet or database file. How you will get the data? is manually added? Please give details of the complete workflow – Web-E Jun 18 '12 at 11:04
Purpose is storing information on database. – gcc Jun 18 '12 at 11:16
Then create a database file in Base (equivalent to Microsoft access). Add a table, and add the columns you required. – Web-E Jun 18 '12 at 11:19

1 Answer

up vote 0 down vote accepted

As @Web-E told you, if you will insert the data manually, you should use LibreOffice Calc or Base. I always use Calc for these purposes.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.