On Wednesday 08 June 2016 07:24 PM, Alex Hall wrote:
All,
I'm working on a project that writes CSV files, and I have to get it done
very soon. I've done this before, but I'm suddenly hitting a problem with
unicode conversions. I'm trying to write data, but getting the standard
cannot encode cha
On Thu, Jun 9, 2016 at 12:49 PM, Joseph John wrote:
>
>
> On Thu, Jun 9, 2016 at 12:07 PM, Alan Gauld via Tutor
> wrote:
>
>> On 09/06/16 08:33, Joseph John wrote:
>>
>> > Now when I create a *.py file with all the above steps and run it, I am
>> > getting error
>> > Traceback (most recent call
On Thu, Jun 9, 2016 at 12:07 PM, Alan Gauld via Tutor
wrote:
> On 09/06/16 08:33, Joseph John wrote:
>
> > Now when I create a *.py file with all the above steps and run it, I am
> > getting error
> > Traceback (most recent call last):
> > File "./ReadingDataFrom1X.py", line 10, in
> > c
On 09/06/16 08:33, Joseph John wrote:
> Now when I create a *.py file with all the above steps and run it, I am
> getting error
> Traceback (most recent call last):
> File "./ReadingDataFrom1X.py", line 10, in
> c = sheet['A1']
> TypeError: 'Worksheet' object has no attribute '__getitem__'
Dear All,
I am taking my initial steps to interact Python with excel files.
I was success in importing the needed modules, and executing steps in
interactive mode .
All my initial commands such as
import openpyxl
wb = openpyxl.load_workbook('MyTutor.xlsx')
wb.get_sheet_names()
sheet= wb.get_sheet_