Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 102,538 for

workbook

(0.08 sec)
  1. Render Solid Gridline while converting Excel to...

    Learn how to render solid gridlines while converting Excel to PDF using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/render-solid-g...
  2. Copying and Moving Worksheets|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....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheets , complete with...

    docs.aspose.com/cells/java/copying-and-moving-w...
  3. AutoFit Rows and Columns with C++|Documentation

    This article shows how to autoFit rows, columns, rows of merged cells, and rows in a range of cells using the Aspose.Cells for C++ API....Cells provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets...

    docs.aspose.com/cells/cpp/autofit-rows-and-colu...
  4. Aspose.Cells 8.6.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....ISmartMarkerCallBack { Workbook workbook ; SmartMarkerCallBack ( Workbook workbook...workbook ) { this . workbook = workbook ; } @Override public void...

    docs.aspose.com/cells/zh/java/public-api-change...
  5. 修改现有风格|Documentation

    Aspose.Cells是一个JavaScript/C++库,用于处理电子表格文件,允许用户修改现有单元格样式。本文介绍如何使用Aspose.Cells库修改现有单元格样式,以满足不同的外观需求。...leave empty to create a new workbook. </ p > < input type = "file"..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/modify-...
  6. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...DPI); Workbook workbook = new Workbook(file_path1); Worksheet...Worksheet sheet = workbook.Worksheets[0]; sheet.Cells.SetColumnWidthInch(2...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  7. 使用JavaScript通过C++避免在没有内容打印时生成空白页的输出PDF|Document...

    学习如何在没有内容打印时,使用Aspose.Cells for Java脚本通过C++避免输出PDF中的空白页。...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input..."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-b...
  8. 使用C++的JavaScript管理分页符|Documentation

    本文提供示例代码,说明如何通过Aspose.Cells for JavaScript使用C++编程方式添加、清除或删除Excel工作表中的特定分页符。...JavaScript通过C++提供了一个 Workbook 类,用于表示Excel文件。 Workbook 类包含一个 workbook.worksheets..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  9. Aspose.Cells 8.5.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....//Create workbook object from source file Workbook workbook = new...new Workbook ( filePath ); //Access first worksheet Worksheet worksheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  10. Load Source Excel File Without Charts with Java...

    Learn how to load an Excel file without charts using Aspose.Cells for JavaScript via C++....head > < body > < h1 > Save Workbook Without Charts to PDF </ h1..."text/javascript" > const { Workbook , SaveFormat , LoadOptions...

    docs.aspose.com/cells/javascript-cpp/load-sourc...