Level 75
Doesn't Laravel Excel allow for derived columns.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Everyone, Is it possible to edit a column/row before its exportation? like in the DB, you wanted to add the value of column B and column C then you will get the sum and save it into another table which will be use as the export data reference.
$(Sum of B&C) = Column B value + Column C value;
Please or to participate in this conversation.