Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SUNDAE-SOUP's avatar

Laravel Excel Cell revision/formulation before Export

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;

0 likes
1 reply
jlrdw's avatar

Doesn't Laravel Excel allow for derived columns.

Please or to participate in this conversation.