Hi Nicholas,
You were right, I did get the rows and columns mixed up. Sorry about the confusion.
In the mass action, I am trying to export the following tables for each order that gets placed during the last 24 hours.
1st section
deliverydate (custom field)
order_billing_address_id
order_created
order_number
order_status
2nd section
order_product_name
order_product_quantity
4th section
sapcode (custom field)
user_email
user_id
5th section
name
As you can see I'm trying to get all the information regarding who ordered the products, what they ordered, the quantity, and their SAP billing details. But because of how SAP requires a fixed number of columns, the mass action export makes this difficult due to some orders having more products than others and thus every time the mass action is proformed, I get a CSV/XLS file with different amounts of columns each time. I downloaded and installed the plugin you recommended but am unsure of how it's changed anything.