You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.
Hi, how can I include multiple tables in one file separated by sheets?
I already tried using two TableToExcel functions with different IDs and sheet names with the same file name, but it ended up downloading two separate files instead.
On Wed, Aug 21, 2019 at 2:32 AM Lee ***@***.***> wrote:
I was able to achieve this by wrapping the two tables in my html with a
div and then using that div as the reference point. Something like the
below.
<div id="wrapper">
<table>
...
</table>
<table>
...
</table>
</div>
TableToExcel.convert(document.querySelector("#wrapper"));
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23?email_source=notifications&email_token=AE2QGU7EGZ5VTMJJZARARP3QFQ2E3A5CNFSM4IL3IPUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4XH7PY#issuecomment-523141055>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE2QGU7JAH5EEFLAOOZCEXLQFQ2E3ANCNFSM4IL3IPUA>
.
Hi, how can I include multiple tables in one file separated by sheets?
I already tried using two TableToExcel functions with different IDs and sheet names with the same file name, but it ended up downloading two separate files instead.
Here's what I did:
Are there any functions that can be used to make this possible?
The text was updated successfully, but these errors were encountered: