eric-wood / excel2latex

Javascript .xlsx to LaTeX table converter
90 stars 28 forks source link

Excel Table-Name needed #4

Closed Chrisinger closed 11 years ago

Chrisinger commented 11 years ago

If the excel tables are not renamed after creating the file, the script returns an empty table; it seems like it cannot find the correct one in the file.

eric-wood commented 11 years ago

I'm not sure I fully understand how to reproduce the problem. Can you give me more specific steps? If necessary you can email me an example excel file that isn't working so I can take a closer look!

Chrisinger commented 11 years ago

Okay, I was generating you an example and found out that my first assumption was wrong.

It is not necessery to specify a table name but it is necessery to only have one table in the file.

 

I attached two examples.

 

Thank you for your fast reply and for this great script, which is so helpful!!

Chris

 

Gesendet: Samstag, 20. Juli 2013 um 20:27 UhrVon: Eric notifications@github.comAn: eric-wood/excel2latex excel2latex@noreply.github.comCc: Chrisinger chris_x@web.deBetreff: Re: [excel2latex] Excel Table-Name needed (#4)

I'm not sure I fully understand how to reproduce the problem. Can you give me more specific steps? If necessary you can email me an example excel file that isn't working so I can take a closer look!

— Reply to this email directly or view it on GitHub.

eric-wood commented 11 years ago

I've been thinking through how I want to restructure things to solve this problem; the main thing I'm looking at doing right now is adding a field that lets you select which workbook you want to convert so you can easily swap between them and get the data you want.

Would adding this solve your problem? I may have some time this weekend to hack on the project some more :+1:

Chrisinger commented 11 years ago

Yes, this would not only solve my problem, but would also be a great improvement! One could send all workbooks in one file, and then get them all transformed.

Currently I had to generate several files from one before I could use your script.

 

It's great that you have time for improvements! Good luck with it - and anyway a nice weekend. ;)

 

Gesendet: Donnerstag, 25. Juli 2013 um 15:43 UhrVon: Eric notifications@github.comAn: eric-wood/excel2latex excel2latex@noreply.github.comCc: Chrisinger chris_x@web.deBetreff: Re: [excel2latex] Excel Table-Name needed (#4)

I've been thinking through how I want to restructure things to solve this problem; the main thing I'm looking at doing right now is adding a field that lets you select which workbook you want to convert so you can easily swap between them and get the data you want.

Would adding this solve your problem? I may have some time this weekend to hack on the project some more

— Reply to this email directly or view it on GitHub.