GeneralExceltex not printing cell

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
NiallNixon
Posts: 9
Joined: Mon Aug 03, 2015 9:13 am

Exceltex not printing cell

Post by NiallNixon »

Hi Guys,

I've been trying to get the package exceltex (https://www.ctan.org/pkg/exceltex?lang=en) to work and I'm almost there but the final step is not working. The idea is to get a value from a certain cell and print it in the file.

The script uses a perl script (I have Strawberry Perl installed) called excelperl which looks up a certain cell value in the xls file and saves it as a variable in a file in the folder all-excltx. Now if I look in here, it has retrieved the value of the cell (so the perl script works!) but for some reason my pdf is not showing the value (just empty space). I'm running latex, then exceltex and then latex again.

Here's an example of my code:

Code: Select all

\documentclass{article}
\usepackage{exceltex}

\begin{document}
bla \newline

input cell: \inccell{list.xls!Sheet1!C3}

\end{document}
Thanks for any tips in advance!
Niall

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply