=== ALO Export Xls === Contributors: eventualo Donate link: http://www.eventualo.net/ Tags: csv, xls, excel, export Requires at least: 2.6.3 Tested up to: 2.8.5 Stable tag: 0.1.1 A plugin to generate XLS files (MS Excel / OpenOffice Calc) from WP database's tables. == Description == The plugin lets you to generate XLS files from WP database's tables, with these features: * you can select the table to export (users, posts, comments, links) * 'posts' and 'users' choises can include meta data too **WARNING! Due to more relevant commitments this plugin will not be further developed.** == Installation == 1. Upload `alo-exportxls` directory to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Go to `Settings > Alo Export Xls` to set up the exportation's target directory 1. Go to `Tools > Alo Export Xls` to start == Frequently Asked Questions == More info at [plugin homepage](http://www.eventualo.net/blog/?p=400). = Which WP's database tables can I export in Excel? = For the moment only these ones: posts (with/without meta), users (with/without meta), links, comments. Other tables in future releases. = Why did you make this plugin when we can use tools like phpMyAdmin? = Because some customers are not so familiar with phpMyAdmin, queries... and they prefer using an easy tool in backend. = Why did I get an error message? = Maybe you have to set up the exportation's target directory. The default target directory works for *nix systems, but not for Windows ones. So, go to `Settings > Alo Export Xls`, read the security disclaimer and choose a right path. = When the next release with the X feature? = Due to more relevant commitments this plugin will not be further developed. == Screenshots == 1. The Alo-ExportXls panel == Changelog == = 0.1.1 = * Added: option page to set up the exportaion path = 0.1 = * First release