Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.report.modules.datasourcesummaryexport.ExcelExportAction.ExcelExportFunction< T > Interface Template Reference

Public Member Functions

ExcelSheetExport convert (T data) throws ExcelExportException
 

Detailed Description

Function that converts data into a excel sheet data.

Definition at line 210 of file ExcelExportAction.java.

Member Function Documentation

ExcelSheetExport org.sleuthkit.autopsy.report.modules.datasourcesummaryexport.ExcelExportAction.ExcelExportFunction< T >.convert ( data) throws ExcelExportException

Function that converts data into an excel sheet.

Parameters
dataThe data.
Returns
The excel sheet export.
Exceptions
ExcelExportException

The documentation for this interface was generated from the following file:

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.