Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 82,060 for

workbook

(0.07 sec)
  1. 将图表转换为图像|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 Workbook workbook = new Workbook (); //Adding...Excel object int sheetIndex = workbook . Worksheets . Add (); //Obtaining...

    docs.aspose.com/cells/zh/net/convert-charts-to-...
  2. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。...SpreadsheetML ); // Create a Workbook object and opening the file...wbSpreadSheetML = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  3. Change Adjustment Values of the Shape with C++|...

    Modify shape adjustment values in Excel using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create workbook object from source excel file...srcDir + u "source.xlsx" ; Workbook workbook ( inputFilePath ); //...

    docs.aspose.com/cells/cpp/change-adjustment-val...
  4. 使用Node.js通过C++加密和解密Excel文件|Documentation

    如何使用Node.js通过C++加密和解密Excel文件。锁定和解锁Excel文件。...Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypt-and...
  5. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...); // Create a new workbook Workbook workbook ; // Save in Excel2003...XlsSaveOptions saveOptions ; workbook . Save ( outputPath , saveOptions...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  6. Working with Background in ODS Files with C++|D...

    Learn how to manage colored and graphic backgrounds in ODS files using Aspose.Cells with C++..../Data/02_OutputDirectory/" ); Workbook workbook ( srcDir + u "GraphicBackground...ods" ); Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/working-with-backgrou...
  7. 用C++设置对齐方式|Documentation

    在Aspose.Cells库中,您可以使用单元格对齐设置来调整文本的布局和显示。通过调整水平对齐、垂直对齐和文本换行等设置,您可以更好地控制文本在单元格中的流动。本文件将为您提供详细的步骤和样本代码,以帮助您快速掌握如何使用Aspose.Cells进行单元格对齐设置。...Cells提供一个表示Excel文件的类 WorkbookWorkbook 类包含一个 Worksheets 集合,...\\ " ); // Create workbook Workbook workbook ; // Obtain the reference...

    docs.aspose.com/cells/zh/cpp/cells-alignment-se...
  8. 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/python-java/copying-and-m...
  9. 插入或删除行或列|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....Cells 提供了一个表示Excel文件的类WorkbookWorkbook类包含一个Worksheets集合,允许访问...Open ); //Instantiating a Workbook object //Opening the Excel...

    docs.aspose.com/cells/zh/net/insert-or-delete-r...
  10. 在Jython中调整行和列的大小|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.... cells import Workbook class RowsAndColumns : def...Instantiating a Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...