I am getting this error
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/size10.clo))
(/usr/local/texlive/2011/texmf-dist/tex/latex/base/exceltex.sty
This is exceltex v0.5.1
(/usr/local/texlive/2011/texmf-dist/tex/generic/ulem/ulem.sty)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/color.sty
(/usr/local/texlive/2011/texmf-dist/tex/latex/latexconfig/color.cfg)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/dvips.def)
(/usr/local/texlive/2011/texmf-dist/tex/latex/graphics/dvipsnam.def)))
(./Example.aux) [1] (./Example.aux) )
Output written on Example.dvi (1 page, 480 bytes).
Transcript written on Example.log.
bash-3.2# exceltex Example
bash: exceltex: command not found
bash-3.2#
I see that the system is finding exceltex, is it at the correct location. I took the example given here http://ctan.mirrorcatalogs.com/macros/latex/contrib/exceltex/README and saved it as Example.tex and that's what I am trying to run as descried on CTAN. I am running Snow Leopard on Mac.
exceltexbundle containsexceltex.sty- you have that according to the.log- as well as theexceltexperl script. I assume you have perl installed on your machine. Perhaps tryperl /usr/local/texlive/2011/texmf-dist/tex/latex/base/exceltex Example. If this does not work, see if you have theexceltexperl script (perhaps in the/../basefolder), since it is not shipped with TeX Live. – Werner Jan 6 '12 at 4:36