I need to use the XYtools plugin to read an Excel file. After choosing the XYtools incon and indicating an Excel file to read in, a message appears "there is a problem with loading a python module which is needed to read/write Excel files. ... see documentation/help on how to install the xlw and xlwd libraries." I found the site where the Python items reside but I cannot understand at all what to do next. Apparently the needed Python libraries are not installed with XYtools.
I would appreciate being pointed to somewhere that might give some help with exactly what to do to get XYtools to work with Excel files.
Thanks -
|
|
||||
|
|
|
To continue the suggestion by Alister on the qgis-users maillist, since you've installed using the OSGeo4W installer, then just
|
|||||||||||||
|
|
XY Tools requires extra Python modules to be installed before some of its features will work. The xlw and xlrd modules can be installed via normal Python package/module methods, which will generally install in your system's site-packages for Python. Using pip is probably your best bet. First install pip, then install the noted packages. Relaunch QGIS to test for proper loading of plugin. QGIS will find installed modules from normal Python system paths. |
|||
|
|
FYI: There is also FreeXL which might be integrated into QGIS. FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet. https://www.gaia-gis.it/fossil/freexl/index |
|||
|

