Libs/Project/ExcelProjectWriter.h
Namespaces
| Name | 
|---|
| shapeworks  User usage reporting (telemetry)  | 
Classes
| Name | |
|---|---|
| class | shapeworks::ExcelProjectWriter  Excel file format writer for Project.  | 
Source code
#pragma once
#include "Project.h"
namespace shapeworks {
class ExcelProjectWriter {
 public:
  static bool write_project(Project& project, const std::string& filename);
 private:
};
}  // namespace shapeworks
Updated on 2024-03-17 at 12:58:44 -0600