<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreofficeCalc - sep support from MSOffice on CSV files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117868">117868</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreofficeCalc - sep support from MSOffice on CSV files
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.4.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>marin@sagovac.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
MSOffice Excell supports delimiter support and automatically recognized which
separator should use if defined in first line for CSV files.

Example of csv file:

sep=|
"LETTER"|"ANIMAL"
"a"|"aardvark"
"b"|"bear"
"c"|"cow"

That part "sep=|" at first line of code recognize automatically by MS and
separated as delimiter.

Steps to Reproduce:
1. Create a CSV document with first line delimeter "sep=|" anda fillup data
2. Open with libreoffice and autodetect sep delimiter type
3. Parse delimeter and open a Libreoffice Calc document using CSV

Actual Results:  
sep=|
"LETTER"|"ANIMAL"
"a"|"aardvark"
"b"|"bear"
"c"|"cow"

Expected Results:
LETTER  ANIMAL
a       aardvark
b       bear
c       cow


Reproducible: Always


User Profile Reset: Yes



Additional Info:
<a href="https://kb.paessler.com/en/topic/2293-i-have-trouble-opening-csv-files-with-microsoft-excel-is-there-a-quick-way-to-fix-this">https://kb.paessler.com/en/topic/2293-i-have-trouble-opening-csv-files-with-microsoft-excel-is-there-a-quick-way-to-fix-this</a>

Affects only on MS platform.

Tried on LibreOffice 5 from ubuntu 17.10 without affects.


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:60.0) Gecko/20100101
Firefox/60.0</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>