Replies: 1 comment 5 replies
-
You'll have to create your own value binder (https://docs.laravel-excel.com/3.1/exports/column-formatting.html#value-binders), check if it's a phone number and set the value explicit as string (DataType::TYPE_STRING). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
`/**
* @return mixed
*/
public function array(): array
{
`
result:
I just want to keep the + sign,like :
Beta Was this translation helpful? Give feedback.
All reactions