数据过滤

函数原型

  1. autoFilter(string $scope);

string $scope

过滤范围

实例

  1. $excel->fileName('test.xlsx')
  2. ->header(['name', 'age'])
  3. ->data($data)
  4. ->autoFilter('A1:B11')
  5. ->output();