-
```
Perhaps this is not a bug, but I found it a bit counterintuitive. I run windows
7 x64. The ODBC driver is
MS Access Database : Microsoft Access Driver (*.mdb, *.accdb)
What i found peculiar is…
-
```
What steps will reproduce the problem?
1.>>>import pyodbc
2.>>>conn=pyodbc.connect('DRIVER={Microsoft Excel Driver
(*.xlsx)};DBQ=D:\\test.xlsx',autocommit=True)
3.
What is the expected output? W…
-
```
What steps will reproduce the problem?
1.>>>import pyodbc
2.>>>conn=pyodbc.connect('DRIVER={Microsoft Excel Driver
(*.xlsx)};DBQ=D:\\test.xlsx',autocommit=True)
3.
What is the expected output? W…
-
```
What steps will reproduce the problem?
1.>>>import pyodbc
2.>>>conn=pyodbc.connect('DRIVER={Microsoft Excel Driver
(*.xlsx)};DBQ=D:\\test.xlsx',autocommit=True)
3.
What is the expected output? W…
-
```
Perhaps this is not a bug, but I found it a bit counterintuitive. I run windows
7 x64. The ODBC driver is
MS Access Database : Microsoft Access Driver (*.mdb, *.accdb)
What i found peculiar is…
-
```
What steps will reproduce the problem?
1.>>>import pyodbc
2.>>>conn=pyodbc.connect('DRIVER={Microsoft Excel Driver
(*.xlsx)};DBQ=D:\\test.xlsx',autocommit=True)
3.
What is the expected output? W…
-
```
What steps will reproduce the problem?
1.>>>import pyodbc
2.>>>conn=pyodbc.connect('DRIVER={Microsoft Excel Driver
(*.xlsx)};DBQ=D:\\test.xlsx',autocommit=True)
3.
What is the expected output? W…
-
i am newbie to js-xlsx
in my code i have something like this, workSheet["!range"].e.c
this works fine for .xls file by returning column count but not returning any values for .xlsx files. can anyone h…
-
```
Perhaps this is not a bug, but I found it a bit counterintuitive. I run windows
7 x64. The ODBC driver is
MS Access Database : Microsoft Access Driver (*.mdb, *.accdb)
What i found peculiar is…
-
```
I'm using the latest version of pyodbc with Python 2.5 on Windows.
I connect to a simple Excel file which is linked through ODBC, with
autocommit=True. I can do SELECT queries without any trouble…