I am quite new for the spreadtab package. I have prepared a MWE for my issues as:
\documentclass[handout]{beamer}
\usepackage{spreadtab}
%\input{diagrams}
\newcommand\dollarsign{\$}
\begin{document}
\begin{frame}{MWE}
\begin{spreadtab}{{tabular}{|r|r|r|r|}}\hline
@test1 & - & 200 & 300 \
@test2 & - & 200x12 & @300x12 \
@test3 (pcm) & 0.99 & 1.99 & 2.99 \\hline
\end{spreadtab}
\end{frame}
\end{document}
I cannot place a dollar sign inside the block of spreadtab as neither 0.99\$ nor 0.99\dollarsign. On the other hand, I would like to type 200x12 inside the cell without saying @200x12 (indicates it is text) for further column based calculation at the bottom row named as total.
are placed here. The total row should be automatically calculated by the multiplication of test2 and test3 rows.
What are your suggestions ?
Thanks in advance!
