Graphics, Figures & Tables ⇒ longtable floating in the end
longtable floating in the end
Thank you.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: longtable floating in the end
\afterpage{\clearpage\input{C:/filelocation/yourtable}}
This will make the longtable start at the top of a new page. Not sure how you get from there to making it to obey the end floats command but thought this much might get you part way to a solution.