https://issues.apache.org/bugzilla/show_bug.cgi?id=54588

--- Comment #7 from Trejkaz (pen name) <[email protected]> ---
Reading the docs:

_(*"-"??_);

   _(    - a space, but the width of the (
   *     - repeat the next character to fill the column width
   "-"   - seems to be equivalent to -, unless double quotes escaped it somehow
   ??    - minimum of two significant zeroes
   _)    - a space, but the width of the )
   ;

Since it's *"-" I would expect that it pads with -... but it seems to be padded
with spaces instead, so I don't know... maybe the docs are just wrong. I'm not
an expert on Excel, I just know that this format throws an exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to