qax-os / excelize

Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
https://xuri.me/excelize
BSD 3-Clause "New" or "Revised" License
18.34k stars 1.72k forks source link

Open the export file in Yozo office is wrong #298

Closed jouyouyun closed 5 years ago

jouyouyun commented 5 years ago

Description

Steps to reproduce the issue:

  1. Using the example to export a xlsx file
  2. Install Yozo office
  3. Open the above file by Yozo

Describe the results you received: Showing wrong.

Describe the results you expected: Showing normally.

Output of go version:

go version go1.10.2 linux/amd64

Excelize version or commit ID:

507fc5307d17194203046321534244a8fe6215ed

Environment details (OS, Microsoft Excel™ version, physical, etc.): OS: deepin 15.8 Yozo office: 7.0.1491.101ZH.S1

xuri commented 5 years ago

Hi @jouyouyun, the excelize library doesn't guarantee compatibility with Yozo Office currently.

jouyouyun commented 5 years ago

I know, thanks!