GithubHelp home page GithubHelp logo

Comments (6)

little-brother avatar little-brother commented on May 27, 2024

At first verify that xlite-extension was loaded in a status bar.

  1. Try to add backslash FILENAME 'D:\\PROVA.ods' or use /. \ is used to control chars e.g. \n means NEW LINE. \P is an incorrect control char, so it's rejected => filename = D:ROVA.ods.
  2. Try to use xlite in SQLite CLI or DB4S. If you have the same issue than I recommend to create a report here.

sqlite-gui has own extension to access to Excel files (.xls, .xlsx and etc) It's ODBC. This extension can read any source, e.g. MySQL/Postres/csv/etc if you have a corresponding ODBC driver.
I found only proprietary ODBC driver for ODS. So at this time you should use xlite.dll for ODS.

On another hand ODS file is a zipped xml. So most likely it's not to hard to implement it as a standalone extension (with many limitations, of course) But it has not much sense since xlite already exists.

from sqlite-gui.

SilvioGrosso avatar SilvioGrosso commented on May 27, 2024

Hello @little-brother,

THANKS a lot indeed for your help!

The Xlite funtion does appear in the status bar.

With your suggestion (/ use) everything works as expected:

image

from sqlite-gui.

SilvioGrosso avatar SilvioGrosso commented on May 27, 2024

Hello @little-brother

Is it possible to add this extention (xlite ) by default on the next versions?

It looks like its licence is MIT (https://github.com/x2bool/xlite).
It is really easy to work with and from my initial texts it looks stable enough.

I am asking this because I have also tried to use the odbc driver, the one shipped by default with the SQLITE-GUI, but, due to my ignorance, I have been unable so far to import my Excel files (xls and xlsx).
From the GUIs, I am unable to select the files (tools > import via odbc)

I have checked the web-site guide (Export/Import data via ODBC paragraph) but it looks like I need an SQL SERVER installed on my computer (Windows 10 - 64 bit).

from sqlite-gui.

little-brother avatar little-brother commented on May 27, 2024

Is it possible to add this extention (xlite ) by default on the next versions?

Doubtful. I prefer to keep a distributive as small as possible. That is why the inja-version exists.
But to add a simple plugin manager to download and install extensions by one click seems like a good idea. sqlean can be as one of sources.
DB4S has a bunch of requests for the similar feature.

I have checked the web-site guide (Export/Import data via ODBC paragraph) but it looks like I need an SQL SERVER installed on my computer (Windows 10 - 64 bit).

No. You don't need MSSQL. Microsoft Access Database Engine is a pack of ODBC drivers. Windows has only x32-bit drivers by default. Drivers can be installed with MS Office too.

from sqlite-gui.

SilvioGrosso avatar SilvioGrosso commented on May 27, 2024

from sqlite-gui.

little-brother avatar little-brother commented on May 27, 2024

Since 1.9.0 sqlite-gui doesn't have any extension in a distributive. All extension codes were also removed to own repository. All extension can be installed by Database > Extension manager.

xlite is added to the extension list but I recommend to use Attach database by ODBC feature.

from sqlite-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.