User Activity

  • Posted a comment on discussion General Discussion on SimpleXlsxWriter

    Hi, I've tried to create a wrapper class with // create a sheet AddSheet(std::string sheetTitle); // add data to the created sheet AddData(std::string sheetTitle, std::map<std::string, std::vector\<std::string="">> data); // to close and save the file saveFile(std::string fileName);</std::string,> But doing this, it was impossible due to compiler error that requires some default constructor for CWorksheet. I am using VS 2022 and impossible to find any way to do this done. "Now you can create a worksheet...

  • Posted a comment on discussion General Discussion on SimpleXlsxWriter

    Hi, This lib seems very promising and quite complete. I've added a little function in WorkBook.h: CWorksheet * GetSheetByName(std::string title) { for ( size_t i = 0; i < m_worksheets.size(); i++ ) if ( title == m_worksheets[ i ]->GetTitle().toStdString() ) return m_worksheets[ i ]; } Without it, I didn't find any way to create a wrapper class with a constructor that build the workbook, a functions that add a sheet and another that add data. All provided samples are monolithic code bloc, which seems...

View All

Personal Data

Username:
pogzy
Joined:
2001-01-10 09:54:44
Location:
France / CET
Gender:
Male

Projects

This is a list of open source software projects that pogzy is associated with:

Personal Tools