Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 87,333 for

workbook

(0.2 sec)
  1. Update XLS File using C++ | products.aspose.com

    Modify XLS document in C++ applications without using Microsoft Excel....Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...Spreadsheet) Edit XLSX (Open XML Workbook) Edit XLT (Excel 97 - 2003...

    products.aspose.com/total/cpp/update/xls/
  2. 用Node.js通过C++检测工作表是否密码保护|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检测工作表是否受密码保护。...); // Create an instance of Workbook and load a spreadsheet const...const book = new AsposeCells . Workbook ( filePath ); // Access the...

    docs.aspose.com/cells/zh/nodejs-cpp/detect-if-w...
  3. 在使用Node.js通过C++将Excel转换为HTML时导出数据条、颜色刻度和图标集条件格式...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in a workbook object const wb = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/export-data...
  4. 与GridJs服务器端配合工作|Documentation

    该文章描述了如何在 GridJs 中使用 API。...GridJsWorkbook (); Workbook wb = new Workbook ( fullFilePath );...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  5. 用C++移除透视连接|Documentation

    学习如何使用C++和Aspose.Cells库移除透视连接。...xlsx" ; Workbook wb ( inputFilePath ); // Access...pivottable ); // Save the workbook in output XLSX format U16String...

    docs.aspose.com/cells/zh/cpp/remove-pivot-conne...
  6. 使用 C++ 更新 ActiveX ComboBox 控件|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 读写 ActiveX ComboBox 控件的值。...02_OutputDirectory \\ " ); Workbook wb ( srcDir + u "SourceFile..."OutputFile_out.xlsx" ); std :: cout << "Workbook saved successfully with updated...

    docs.aspose.com/cells/zh/cpp/update-activex-com...
  7. Labels in charts are positioned incorrectly whe...

    Hi Aspose team, I’m having an issue where the data labels in a chart are way off in position when compared to it excel equivalent. Code used to generate the output: using (Workbook TemplateWB = new Workbook(dir + @"\T…...output: using (Workbook TemplateWB = new Workbook(dir + @"\Tes...

    forum.aspose.com/t/labels-in-charts-are-positio...
  8. 使用C++从单元格获取HTML5字符串|Documentation

    通过Aspose.Cells for C++ API学习如何从单元格获取HTML5字符串。...Startup (); // Create workbook Workbook wb ; // Access first worksheet...

    docs.aspose.com/cells/zh/cpp/get-html5-string-f...
  9. 使用C++处理形状或图表的反射效果|Documentation

    学习如何使用Aspose.Cells和C++处理形状或图表的反射效果。...Load your source excel file Workbook wb ( inputFilePath ); // Access...SetDistance ( 80 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/working-with-the-r...
  10. Managing Page Breaks|Documentation

    This article provides sample code and explains how to add page breaks, clear page breaks, or delete specific page breaks in Excel worksheets programmatically using the C# API or .NET Library....Cells provides a Workbook class that represents an Excel...Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/net/managing-page-breaks/