Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index



The extension does work.

The problem is that there is a BUG in the Trim functions when handling
numbers.

If you do =TRIM("  Testing   Trim   ") and copy and Paste Special as Text to
another cell, you get "Testing Trim" (without quotes)

However if you do =TRIM("1.25   ") you get 1.25 as expected but not if you
do =TRIM(1.25   ), which is the same as doing =TRIM(A1). In this case the
spaces are not trimmed so you get "1.25   " (without quotes) again...

So apparently TRIM is not adding the quotes as expected :) 

Fixing this probably allows to use the Extension and make your users happy
:)
-- 
View this message in context: 
http://nabble.documentfoundation.org/Converting-text-to-numbers-tp2032297p2033692.html
Sent from the Users mailing list archive at Nabble.com.

-- 
Unsubscribe instructions: E-mail to users+help@libreoffice.org
List archive: http://www.libreoffice.org/lists/users/
*** All posts to this list are publicly archived for eternity ***

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.