Am 28.07.2013, 21:45 Uhr, schrieb Martin Wolden <
wol...@gmail.com>:
> Hi again!
> Yep, I'm using your fork. I'm not to experienced in programming and
> openpyxl, so I thought I'd ask it as a
> question here before I reported anything to be a bug. The reason I didn't
> attach the input file is that it's
> kind of "Lincenced" by a company and I didn't want to do anything stupid.
> If it's an option I could send
> it to you so you can look at it.
That's understood. But it probably doesn't need to be exactly the same
file. If you prefer you can send me the file but, for a test-case it
shouldn't really matter unless there are other things happening in the
file.
> As for the issue, column "B" is where I input my values, in column "C"
> every cell (from row 14 and down)
> should contain a formula that shows you the total of the values entered
> in
> column "B" (from 14 and down).
> It keeps these formulas in row 14,15 and for some reason 38.
> The cells in column "D" and "E" show the total pluss whatever number you
> enter in cells "E11" and "E12"
They are empty and I also see some division by zero errors from C5::C9.
Not sure if that's relevant.
> It's just strange to me how it keep the formulas in the two first rows
> then
> skips about 23 rows before it keeps
> them in row 38.
Indeed. We'll have to investigate.
> Hope that explains a bit better, if you think it should be reported as a
> bug to your fork I will do that.
Please do. Eric has recently been working his way through pull requests
but mine are bigger than most it seems.
> By the way, if I use any other version/fork I lose all formulas + most of
> the style/formatting.
Yes, well, as discussed with Augusto Men, it's difficult to know at the
moment what you is right when reading cells with formulae: preserve the
formula or the value? if you can only preserve one.