Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 82,065 for

workbook

(0.08 sec)
  1. Retrieve the values of cells|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....Retrieve a reference to the workbook part. WorkbookPart wbPart...Sheet theSheet = wbPart . Workbook . Descendants < Sheet >()...

    docs.aspose.com/cells/net/retrieve-the-values-o...
  2. 检索单元格的值|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....Retrieve a reference to the workbook part. WorkbookPart wbPart...Sheet theSheet = wbPart . Workbook . Descendants < Sheet >()...

    docs.aspose.com/cells/zh/net/retrieve-the-value...
  3. Chart to PDF with C++|Documentation

    Learn how to use Aspose.Cells for C++ to convert a chart to a PDF document. Our guide will demonstrate how to export a chart from Microsoft Excel and save it as a PDF for further distribution and archiving....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/chart-to-pdf/
  4. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use Aspose.Cells library to add cells to the formula watch window in Excel using Node.js via C++. By loading an existing Excel file or creating a new one, we can manipulate the cells in it and set formulas. Finally, we save the modified Excel file to disk.... It then saves the workbook as output Excel file . If...empty workbook. const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/add-cells-to-m...
  5. 使用C++按名称访问文本框|Documentation

    了解如何使用Aspose.Cells for C++按名称访问文本框。...object of the Workbook class Workbook workbook ; // Access first...collection Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/access-the-text-bo...
  6. 在工作表中将形状移到前面或后面,用Node.js通过C++|Documentation

    学习如何使用Aspose.Cells for Node.js via C++将形状置于工作表的前面或后面。...file const workbook = new AsposeCells . Workbook ( sourceFilePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/send-shape-...
  7. 在将电子表格导出为CSV格式时,保持空白行的分隔符(使用C++)|Documentation

    学习如何在使用Aspose.Cells与C++导出CSV格式时保持空白行的分隔符。...xlsx" ; // Create a Workbook object and opening the file...file from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/zh/cpp/keep-separators-fo...
  8. 图表数据标签|Aspose.Slides for Python 文档

    在Python中设置PowerPoint图表数据标签和距离...获取图表数据工作表 workbook = chart . chart_data . chart_data_workbook # 添加新系列...chart_data . series . add ( workbook . get_cell ( defaultWorksheetInde...

    docs.aspose.com/slides/zh/python-net/chart-data...
  9. 使用C++的高级保护设置(自Excel XP起)|Documentation

    学习如何使用Aspose.Cells结合C++应用Excel文件中的高级保护设置。...提供了一个类, Workbook ,它代表一个 Microsoft Excel 文件。 Workbook 类包含一个 Worksheets..."book1.xls" ; // Create workbook Workbook excel ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/advanced-protectio...
  10. How to create a Shape and also edit with points...

    Here is the document for reference to know in detail edit points.zip (33.3 KB)... 25, 0, 270); Workbook workbook = new Workbook(); //add free...free form workbook.Worksheets[0].Shapes.AddFreeform(1, 0, 1, 0, 300...

    forum.aspose.com/t/how-to-create-a-shape-and-al...