Sort Score
Result 10 results
Languages All
Labels All
Results 3,681 - 3,690 of 104,099 for

workbook

(0.14 sec)
  1. 通过 C++ 管理Node.js中的OLE对象|Documentation

    学习如何在Aspose.Cells for Node.js via C++中管理OLE对象。添加、提取和操作工作表中的OLE对象。...new Workbook. const workbook = new AsposeCells . Workbook ();...first worksheet. const sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/managing-ol...
  2. Automating PowerPoint Generation in Python: Cre...

    Automate slide creation on cloud platforms with Aspose.Slides for Python—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....False workbook = chart . chart_data . chart_data_workbook worksheet_index...chart_data . categories . add ( workbook . get_cell ( worksheet_index...

    docs.aspose.com/slides/python-net/automating-po...
  3. 透视筛选器(C++)|Documentation

    学习如何使用 C++ 和 Aspose.Cells 在透视表中添加筛选器。...(); // Create a new workbook Workbook workbook ; // Get the first...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-or-clear-pivot...
  4. EXPORT ISSUE IN PDF - Free Support Forum - aspo...

    Hi, I have an issue exporting the attached excel in PDF, some Bar don’t start from the correct point. I attach the docx with print screen of the problem, the PDF export and the origin in excel. The graph format in the e…... Workbook workbook = new Workbook("d:\\files\\Model580...odel580.xlsx"); workbook.save("d:\\files\\out1.pdf"); We require...

    forum.aspose.com/t/export-issue-in-pdf/312864
  5. Automating PowerPoint Generation in .NET: Creat...

    Learn how to automate PowerPoint generation in your .NET applications. Explore practical examples using Aspose.Slides to create dynamic, professional presentations effortlessly, saving time and ensuring consistency.... Overlay = false ; var workbook = chart . ChartData . ChartDataWorkbook...ChartData . Categories . Add ( workbook . GetCell ( 0 , 1 , 0 , "North...

    docs.aspose.com/slides/net/slides-on-cloud-plat...
  6. Issues with Custom Colors - Free Support Forum ...

    Hi, We need to set the worksheet tab color using various custom colors. The worksheets are created from templates that contain smart markers. Each template’s worksheet tab is set to a specific custom color. Initially, …...to the last worksheet of my workbook. Any idea why I’m not getting...applied in the context of your workbook. Sometimes, copying worksheets...

    forum.aspose.com/t/issues-with-custom-colors/31...
  7. Aspose.Cells 8.6.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...., 0 , importOptions ); 新增 Workbook.CreateBuiltinStyle 方法 Aspose...Aspose.Cells for .NET 8.6.3已公开了Workbook.CreateBuiltinStyle方法,该方法可用于创建与Excel应用程序提供的...

    docs.aspose.com/cells/zh/net/public-api-changes...
  8. Automating PowerPoint Generation in C++: Create...

    Automate slide creation on cloud platforms with Aspose.Slides for C++—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....set_Overlay ( false ); auto workbook = chart -> get_ChartData ()...get_Categories () -> Add ( workbook -> GetCell ( worksheetIndex...

    docs.aspose.com/slides/cpp/automating-powerpoin...
  9. 通过 Microsoft Excel 与 C++ 自动刷新 OLE 对象|Documentation

    学习如何使用 Aspose.Cells 结合 C++ 在 Microsoft Excel 中自动刷新 OLE 对象。...Create workbook object from your sample excel file Workbook wb (...SetAutoLoad ( true ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/automatically-refr...
  10. 使用嵌套对象|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.... Workbook = new Workbook ( FileName ); //Instantiate...the Excel file. designer . Workbook . Save ( FileName ); 下载示例代码...

    docs.aspose.com/cells/zh/net/using-nested-objects/