Sort Score
Result 10 results
Languages All
Labels All
Results 3,541 - 3,550 of 102,528 for

workbook

(0.16 sec)
  1. How to add/insert TextBox to Worksheet with Nod...

    How to add/insert TextBox to Worksheet in Aspose.Cells for Node.js via C++....an object of the Workbook class const workbook = new AsposeCells...AsposeCells . Workbook (); // Access the first worksheet from the collection...

    docs.aspose.com/cells/nodejs-cpp/add-text-box-t...
  2. Embed Attachment to PDF with C++|Documentation

    Learn how to embed attachments into PDF using Aspose.Cells with C++....Open the template file Workbook workbook ( u "embedded-attachments-example...pdf file with PdfSaveOptions workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/cpp/embed-attachment-to-pdf/
  3. 如何用 Node.js 通过 C++ 设置系列为隐藏|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 设置 Excel 图表中的系列为隐藏。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-set-...
  4. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for Node.js via C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....instance of Workbook containing the Chart const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the Worksheet that...

    docs.aspose.com/cells/nodejs-cpp/resize-chart-s...
  5. 在使用 C++ 通过 Node.js 保存为 HTML 时禁用下层显示的评论|Document...

    学习如何在使用 Aspose.Cells for Node.js via C++ 将 Excel 文件保存为 HTML 时禁用下层显示的评论。...sample workbook const workbook = new AsposeCells . Workbook ( path...true ); // Save the workbook in html workbook . save ( path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/disable-dow...
  6. How to create TreeMap chart with Node.js via C+...

    Learn how to create a Treemap chart in Aspose.Cells for Node.js via C++. Our guide will help you understand the various properties and formatting options available for Treemap charts, including colors, labels, and data representation....instance of Workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/creating-treem...
  7. 使用C++将打印区域范围导出为HTML|Documentation

    学习如何使用编号Aspose.Cells for C++将打印区域范围导出到HTML。...html" ; // Create workbook Workbook workbook ( inputFilePath );...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/export-print-area-...
  8. 用 C++ 获取数据透视表的刷新日期和刷新人信息|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取工作簿中的刷新日期和刷新人信息。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sourcePivotTable...xlsx" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-pivot-table-re...
  9. 用C++更改切片器属性|Documentation

    使用Aspose.Cells和C++更改单个Excel文件中切片器的属性。...02_OutputDirectory \\ " ); Workbook workbook ( sourceDir + u "sampleCreateSlicerTo...worksheet. Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/change-slicer-prop...
  10. Cell format with date string does not apply wit...

    I’m loading Json data for data binding using Smart Marker and I noticed that template Excel file with a cell formatted with specific date time style does not get properly applied. Is there something I’m missing here? No…...// Create workbook from template Workbook workbook = new Workbook(new...ateBytes)); logger.debug("Workbook created successfully from...

    forum.aspose.com/t/cell-format-with-date-string...