Laravel-excel: import excel with Chinese problem

Created on 29 Sep 2018  Â·  2Comments  Â·  Source: Maatwebsite/Laravel-Excel

when use ^3.1.* , this problem has Reappear #698

Prerequisites

this is my import excel

test.xlsx

  • [x ] Able to reproduce the behaviour outside of your code, the problem is isolated to Laravel Excel.
  • [x ] Checked that your issue isn't already filed.
  • [ x] Checked if no PR was submitted that fixes this problem.

Versions

  • PHP version: PHP 7.2.6
  • Laravel version: Laravel Framework 5.6.26
  • Package version: 3.1.x-dev

Description

image

image

question

Most helpful comment

You'll have to create a custom formatter to serve your needs. Documentation can be found here: https://laravel-excel.maatwebsite.nl/3.1/imports/heading-row.html#custom-formatter

Please note that you are working with unreleased software.

All 2 comments

You'll have to create a custom formatter to serve your needs. Documentation can be found here: https://laravel-excel.maatwebsite.nl/3.1/imports/heading-row.html#custom-formatter

Please note that you are working with unreleased software.

You'll have to create a custom formatter to serve your needs. Documentation can be found here: https://laravel-excel.maatwebsite.nl/3.1/imports/heading-row.html#custom-formatter

Please note that you are working with unreleased software.

This answer has solved my problem. Thank you.

image

image

image

Was this page helpful?
0 / 5 - 0 ratings