Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将所有脚本移至 laravel 框架。我与 excel 文档进行了大量交互。我有点不确定在哪里实际执行此操作。我最初是在考虑模型,但它并不是一个我可以用 eloquent 或任何东西访问的数据库。绝对不是控制器或视图。
excel 文档包含业务逻辑。所以绝对是一个模型。
简短的解释。
每个 excel 文档都代表某种实体。在您想要执行相同逻辑的每个实体上。