Shambix
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Export as XLSX file possible?What do you mean?
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Excel does not recognize characters when importingThis could be due to Excel settings.
If you export as csv and then open it with notepad, does it work?
Could you share a few lines of your export, so I can have a look at it?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Export as XLSX file possible?XLSX works just like XLS, are you sure you can’t use XLS?
Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] Exports 0 resultsThe plugin works just fine for thousands of users.
The issue is probably due to misconfiguration or misuse on your part.
You could have simply sought help in the forum, rather than just leaving 1 star 🙂Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Http Error 500Do you have an error log I could look at?
Also, please try to redownload the plugin and reupload it to your ftp (you can overwrite the previous files).Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] PHP Warning?Thank you for the heads up.
Fixed in v 1.5.2Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] HTTP Error 500Hello and thank you for reporting the error. Please update to 1.5.1 and let me know if you still have issues.
If yes, please reply with your PHP version.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Format XLS column to ‘text’ data typeHey @sven31, I’ve finally had some time to review this scenario.
Technically it would be possible to tell the export what type of cell each one is, but the plugin would have to be extended, since the export currently treats all cells as generic. Also, since you have specific numbering, this might not work for everybody’s needs.Unfortunately, since it’s very easy/fast to set a cell type from Excel itself, once you open the file, it’s not a critical feature/bug… it would take too long to take care of this specific request in my free time.
I could work on this mod for you, for a fee and therefore a short amount of time, if you want (feel free to contact me directly in case)!Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Format XLS column to ‘text’ data typeCould you please share a link where I can download the xls file?
Could you also provide the csv file for download?Sorry must have missed this thread.
If you only add the param
user, it will export all users, so it’s important that theuser IDis specified too, in case you want to export only the current user’s tickets:Use this in your url
?user=xwhere X is the ID of the current user.You can easily get the user’s ID using the WordPress function
get_current_user_id()Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] ACF MediaThat’s interesting.
However, I suspect that ACF saves the ID in the field and when you check “return the url”, that’s done internally in ACF for frontend purposes only, and not because the url was actually saved to db like that.
The only way to go about this would be customize the plugin specifically for you, to intercept that specific ACF field and return the url through WP functions, before it’s written to the export file.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Newlines in exportHello @mbcoulter! Sorry about the delay, it’s been a very busy time.
I have never seen newlines being exported.
What kind of field was it? a WP standard one? or a custom field?
What is the db collation?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] date rangeHello @lainyrache!
Unfortunately I don’t have enough free time to add this specific feature… it’s not just the development itself, but also the increasing need of support that goes with each feature that is added.
I deliberately leave the plugin simple, so most people can enjoy it for free and with little-to-none need of support, that I wouldn’t have the time to follow up with.I definitely could customize the plugin for you for a fee, like I have done for others that had special requirements!
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] [FIXED] Broken header colums in CSVThe export works fine, but I will have a look at this. Thank you!
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Didn’t work with large of volumesAs mentioned in the plugin description, it depends on your server resources.
If you get a 500 error, it means you don’t have PHP errors on.
If you turn them on, you will most likely see a PHP error saying your RAM was not enough for the operation.Also, the correct parameter is
posts_per_page.Sorry but there is not much I can do about your server resources.
If you need to export large amounts of data, with a limited server, it would be best to use other plugins that do export in batch (eg. WP All Export).