1

I have a LibreOffice Calc spreadsheet that contains the following fields to generate student admit card.

  1. Roll number
  2. Name
  3. Semester
  4. Passport sized photograph

and other fields..

The 4th field contains the absolute path of the images. How can I print admit cards of each individual student using Forms in LibreOffice Base?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Somnath Rakshit
  • 555
  • 1
  • 6
  • 17

2 Answers2

0

Generally speaking, first you would need to move your data from Calc into a database, either the Embedded DB in base, HSQLDB 1.8, or some other database you can connect LO to.

Then you need to build a form from that data.

Your question is a good one, but involves many steps, so you have some work ahead to learn how to do these things. I suggest you start by looking over the documentation for base that I put together here. Then when you get stuck on smaller questions, search for answers in ask.libreoffice.org or here.

Elliptical view
  • 3,338
  • 1
  • 31
  • 28
0

you could try just copy-paste the columns of data from Calc onto a Base Table. This Base Table should have the same columns as the ones you are copying from Calc. It is nicely explained here.