Skip to content

Redundant buildExcelFile() Call in csv() Method #192

@yazansalhi

Description

@yazansalhi

Issue Description

The csv() method in the DataTable class calls buildExcelFile() twice, which introduces unnecessary processing.

Steps to Reproduce

  1. Observe the redundant call to buildExcelFile() in the code.

Expected Behavior

The method should call buildExcelFile() only once and reuse the result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions