Libs/Project/ExcelProjectWriter.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::ExcelProjectWriter Excel file format writer for Project. |
Source code
```cpp
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 2026-03-31 at 16:02:11 +0000