Change starting location in an xlsx
-
I'm using JSReport to generate an xlsx, but when the report is generated the data starts in cell A2 and continues on. I have two separate queries that I'd like to show on different parts of the same tab.
How can I change it so that:
a.) Separate queries come through as separate arrays
and
b.) I choose what row the array starts in?Thanks!