On 05/30/2016 01:24 PM, Danthine Alexandre wrote:
> Hi,
>
> I read a lot about this subject but I can not find a clear answer to my
> problem.
>
> I use Python 3 and I want to edit a existing excel file.
>
> As I use Python 3, I can not use the package xlutils.
>
> I want to write in this file with index. For example : Sheet[0][1] = 7
The above is unclear to me. Do mean Sheet[0] and then cell[1] or
column[0], row[1] of some previously defined sheet or something else
entirely?
Or to put it another way how did you do this with xlutils?
>
> In fact in *openpyxl *I can only use a string which target the right
> cell. I want to target a cell to write in by with two index as we can do
> with an array. Thank you for your advice ! Alexandre
>
> --
> You received this message because you are subscribed to the Google
> Groups "python-excel" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
python-excel...@googlegroups.com
> <mailto:
python-excel...@googlegroups.com>.
> To post to this group, send email to
python...@googlegroups.com
> <mailto:
python...@googlegroups.com>.
> Visit this group at
https://groups.google.com/group/python-excel.
> For more options, visit
https://groups.google.com/d/optout.
--
Adrian Klaver
adrian...@aklaver.com