Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 53,411 for

workbook

(0.2 sec)
  1. 在Ruby中显示或隐藏滚动条|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....Instantiating a Workbook object by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/display-or-hide-s...
  2. 在将Excel渲染为PDF时绘制切片器,使用C++|Documentation

    使用Aspose.Cells和C++导出带切片器设置的Excel为PDF。...Create workbook from the excel file Workbook workbook ( inputFilePath...); // Save the workbook as a PDF file workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/draw-slicer-while-...
  3. Adding Custom Properties visible inside Documen...

    Learn how to add custom properties visible in the Document Information Panel using Aspose.Cells with C++....custom properties inside the workbook object which are visible inside...menu commands. Please use Workbook.ContentTypePropertie.Add()...

    docs.aspose.com/cells/cpp/adding-custom-propert...
  4. 在从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...
  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. Aspose.Cells 8.4.0 中的公共 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.... Java Workbook workbook = new Workbook ( "source.xlsm"...VbaModuleCollection modules = workbook . getVbaProject (). getModules...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. 插入和删除Excel文件的行和列|Documentation

    本文演示如何使用 Aspose.Cells for Node.js via C++ API 在 Excel 中插入和删除行列。...C++ 提供了一个 Workbook 类,代表一个 Microsoft Excel 文件。. Workbook 类包含一个 Worksheets...filePath ); // Instantiating a Workbook object // Opening the Excel...

    docs.aspose.com/cells/zh/nodejs-cpp/inserting-a...
  8. 用 Node.js 通过 C++ 加载工作簿中的特定工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 加载工作簿中的特定工作表。优化性能,减少内存使用。...Define a new Workbook. let workbook ; // Load the workbook with the...Create the workbook. workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/load-specif...
  9. 使用C++导出与XML映射关联的XML数据|Documentation

    学习如何使用Aspose.Cells for C++在工作簿内导出与XML映射相关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook::ExportXml() 方法导出工作簿内与XML...xlsx" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-xml-data-li...
  10. 使用 C++ 通过 Node.js 管理图片|Documentation

    学习如何使用Aspose.Cells for Node.js via C++在电子表格中添加和定位图片。...Instantiating a Workbook object const workbook = new AsposeCells...AsposeCells . Workbook (); // Adding a new worksheet to the Workbook object...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-pi...