Sort Score
Result 10 results
Languages All
Labels All
Results 1,131 - 1,140 of 82,285 for

workbook

(0.05 sec)
  1. Draw Timeline while rendering Excel to PDF with...

    Manage timelines of Excel files with Aspose.Cells for Node.js via C++.... It then saves the workbook as output PDF file . The following...file const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/draw-timeline-...
  2. Aspose.Cells 8.4.2中的公共API更改|Documentation

    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....Add方法,以向Workbook实例中添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Aspose.Cells 8.4.2中的公共API更改|Documentation

    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....add方法,以向Workbook的实例添加新的VBA模块。VbaModuleCollection...//Create new workbook Workbook workbook = new Workbook (); //Access...

    docs.aspose.com/cells/zh/java/public-api-change...
  4. Move Range of Cells in a Worksheet with C++|Doc...

    Learn how to move a range of cells in a worksheet using Aspose.Cells with C++....Startup (); // Instantiate the workbook object. Open the Excel file...inputFilePath = u "book1.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/move-range-of-cells-i...
  5. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy sparklines by specifying data range and location using Aspose.Cells for C++....Create workbook from source Excel file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/copy-sparkline-by-spe...
  6. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在导入HTML时防止大数字被转换为指数表示法,使用Aspose.Cells for Node.js via C++。...stream = byteArray ; // Create workbook from stream with Html load...options const workbook = new AsposeCells . Workbook ( stream , loadOptions...

    docs.aspose.com/cells/zh/nodejs-cpp/avoid-expon...
  7. Convert Dates to Japanese Dates with Node.js vi...

    Learn how to convert Gregorian dates to Japanese dates using Aspose.Cells for Node.js via C++....Japan ); const workbook = new AsposeCells . Workbook ( path . join..."JapaneseDates.xlsx" ), options ); workbook . save ( outputDir + "JapaneseDates...

    docs.aspose.com/cells/nodejs-cpp/convert-dates-...
  8. How to Use Color Palette with C++|Documentation

    C++ code to add custom colors to the palette and use Excel color palette with Aspose.Cells for C++ API....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class provides a ChangePalette...

    docs.aspose.com/cells/cpp/excel-color-palette/
  9. 使用 Node.js 通过 C++ 处理嵌套评论|Documentation

    使用 Aspose.Cells for Node.js via C++ 管理 Excel 文档中的嵌套评论。学习添加、读取、编辑和删除嵌套评论。..."output" ); const workbook = new AsposeCells . Workbook (); // Add Author...Author const authorIndex = workbook . getWorksheets (). getThreadedCommentAu...

    docs.aspose.com/cells/zh/nodejs-cpp/threaded-co...
  10. Aspose.Cells 8.8.3 中的公共 API 更改|Documentation

    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....instance of Workbook Workbook book = new Workbook (); //Access...instance of Workbook and load an existing spreadsheet Workbook book...

    docs.aspose.com/cells/zh/java/public-api-change...