The data on my XLS is strange on my Excel 2003
Please use open, select the file you have downloaded, from the open button on the bototm-right click the arrow down and select “open and repair”. If a question pop up please select “No
The data on my XLS is strange on my Excel 2003
Please use open, select the file you have downloaded, from the open button on the bototm-right click the arrow down and select “open and repair”. If a question pop up please select “No
Can I add my custom meta data field to export?
You can add new custom fields that are already on your products data to be exported via a filter, eg.
add_filter( 'wooxls_exportfields_filter', 'my_woocommerce_product_meta'); function my_woocommerce_product_meta($wooxls_exportfields) { $wooxls_exportfields['_deprecated'] = __('Deprecated status', 'wooxls'); return ($wooxls_exportfields); }
Will I be able to import the data of an XLS with this plugin?
No, this plugin will only Export the Woocommerce products data to XLS. On the other hand WP All Import plugin may be able to do this by adding with the addon: https://wordpress.org/plugins/woocommerce-xml-csv-product-import/
Will this plugin export the images of my Woocommerce products?
No, this plugin will only export the images ids of your Woocommerce products in a separate column.
How can I open an XLSX file on my Office 2003?
Please read the Microsoft guide here: http://support2.microsoft.com/kb/924074.
This author provides limited support for this item through this item's comments.
View the item support policy
We'd like to ask you a few questions to help improve CodeCanyon.