ivankokan / Excel2LaTeX

The Excel add-in for creating LaTeX tables
Other
1.25k stars 148 forks source link

Great addin, one request #20

Open Resonanz opened 7 years ago

Resonanz commented 7 years ago

Hi guys, this works great in Office 365. Just one feature request: could you add table scaling to reduce (or enlarge) the table size. Here is an example that I have tested and it works with booktabs:

https://en.wikibooks.org/wiki/LaTeX/Tables#Resize_tables

image

krlmlr commented 7 years ago

This seems easy enough to add manually:

\scalebox{0.7}{
  \input{file-created-by-excel-2-la.tex}
}
ManjuO commented 1 year ago

hmm, that didn't work for me :(