On Monday, 18 March 2013 15:28:46 UTC, Ana Dionísio wrote:
> Is there some way to go around this limit? I need to import data from python
> to excel and I need 1440 columns for that.
Hi,
The 256 column limit is an Excel limitation for XLS files.
Try XlsxWriter, it supports Excel's XLSX limits
On 2013-03-19, Ian Kelly wrote:
> On Tue, Mar 19, 2013 at 8:44 AM, Tim Chase
> wrote:
>> On 2013-03-19 14:07, Neil Cerutti wrote:
>>> On 2013-03-18, Ana Dion?sio wrote:
>>> > But I still get the error and I use Excel 2010.
>>> >
>>> > I'm trying to export data in a list to Excel
>>>
>>> xlrd: Lib
On Tue, Mar 19, 2013 at 8:44 AM, Tim Chase
wrote:
> On 2013-03-19 14:07, Neil Cerutti wrote:
>> On 2013-03-18, Ana Dion?sio wrote:
>> > But I still get the error and I use Excel 2010.
>> >
>> > I'm trying to export data in a list to Excel
>>
>> xlrd: Library for developers to extract data from Mi
On 18/03/2013 15:50, Steven D'Aprano wrote:
[...]
Gnumeric is Linux-only
No it isn't. I use it on Windows 7 with no problem.
--
I have made a thing that superficially resembles music:
http://soundcloud.com/eroneity/we-berated-our-own-crapiness
--
http://mail.python.org/mailman/listinfo/pyth
On 2013-03-19 14:07, Neil Cerutti wrote:
> On 2013-03-18, Ana Dion?sio wrote:
> > But I still get the error and I use Excel 2010.
> >
> > I'm trying to export data in a list to Excel
>
> xlrd: Library for developers to extract data from Microsoft Excel
> (tm).
>
> It is for *reading* Excel files
On Tue, 19 Mar 2013 15:07:54 +0100, Neil Cerutti wrote:
On 2013-03-18, Ana Dion?sio wrote:
But I still get the error and I use Excel 2010.
I'm trying to export data in a list to Excel
xlrd: Library for developers to extract data from Microsoft Excel
(tm).
It is for *reading* Excel files,
On 2013-03-18, Ana Dion?sio wrote:
> But I still get the error and I use Excel 2010.
>
> I'm trying to export data in a list to Excel
xlrd: Library for developers to extract data from Microsoft Excel
(tm).
It is for *reading* Excel files, not writing them. To get data
into Excel use the csv modu
Am 18.03.13 20:00, schrieb Ana Dionísio:
But I still get the error and I use Excel 2010.
I'm trying to export data in a list to Excel
Unless you tell *how exactly* do you export the data into excel format,
we probably can't help you. You could try to write a .csv ASCII file,
for instance.
Am 18.03.2013 16:28, schrieb Ana Dionísio:
Is there some way to go around this limit? I need to import data from python to
excel and I need 1440 columns for that.
There are many versions of Excel. The recent ones can handle more than
256 columns. If your version doesn't, then Python won't help
But I still get the error and I use Excel 2010.
I'm trying to export data in a list to Excel
--
http://mail.python.org/mailman/listinfo/python-list
On Mon, 18 Mar 2013 16:50:21 +0100, Steven D'Aprano
wrote:
On Mon, 18 Mar 2013 08:28:46 -0700, Ana Dionísio wrote:
Is there some way to go around this limit? I need to import data from
python to excel and I need 1440 columns for that.
That's an Excel question, it has nothing to do with Py
On 2013-03-18, Dave Angel wrote:
> On 03/18/2013 11:28 AM, Ana Dion?sio wrote:
>
>> Is there some way to go around this limit? I need to import data from
>> python to excel and I need 1440 columns for that.
>
> Doesn't sound like a Python question. But one answer is Libre Office
> Calc, which se
On Mon, 18 Mar 2013 08:28:46 -0700, Ana Dionísio wrote:
> Is there some way to go around this limit? I need to import data from
> python to excel and I need 1440 columns for that.
That's an Excel question, it has nothing to do with Python.
Have you considered using something other than Excel? As
On 03/18/2013 11:28 AM, Ana Dionísio wrote:
Is there some way to go around this limit? I need to import data from python to
excel and I need 1440 columns for that.
Doesn't sound like a Python question. But one answer is Libre Office
Calc, which seems to have a 1024 column limit.
--
DaveA
Is there some way to go around this limit? I need to import data from python to
excel and I need 1440 columns for that.
--
http://mail.python.org/mailman/listinfo/python-list
15 matches
Mail list logo