On 30 Jul 2015, at 7:48pm, Sylvain Pointeau <sylvain.pointeau at gmail.com> wrote:
> really cool, but I would like to have a solution directly in the sqlite3 > executable If you're talking about the SQLite shell tool then Excel import will never be integrated into it. There's no way to know when Microsoft is going to change or add to their file specification for Excel, and it would oblige the SQLite development team to update the shell tool on an schedule only Microsoft could predict. By the way, an earlier premise of this thread is incorrect. CSV is perfectly standard and perfectly documented: <https://tools.ietf.org/html/rfc4180> The CSV importing part of the SQLite shell tool implements this very well. Simon.