Sort Score
Result 10 results
Languages All
Labels All
Results 4,011 - 4,020 of 28,084 for

worksheet

(0.17 sec)
  1. 使用C++为不同页面设置不同的页眉和页脚|Documentation

    本文提供示例代码,展示如何使用C++库和API以编程方式设置Excel工作表的页面设置中的各种页眉和页脚。你可以为首页、奇数页和偶数页设置页眉和页脚。...Workbook wb ; // Get the first worksheet's page setup PageSetup pageSetup...

    docs.aspose.com/cells/zh/cpp/setting-different-...
  2. Limit the Number of Pages Generated - Excel to ...

    Learn how to limit the number of pages generated when converting an Excel spreadsheet to PDF using Aspose.Cells for Node.js via C++....Document Assistant Close Fit All Worksheet Columns on Single PDF Page...

    docs.aspose.com/cells/nodejs-cpp/limit-the-numb...
  3. How to manage PivotChart with PivotOptions in C...

    How to manage PivotChart with PivotOptions using C++....first chart from the first worksheet Chart chart = book . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-manage-pivotch...
  4. 如何在没有Excel的情况下通过Node.js和C++检查冻结状态|Documentation

    在本文中,您将学习如何使用带有C++库的Node.js以编程方式检查Excel工作表的冻结状态。... 请使用 Worksheet.getPaneState() 属性检查窗口面板的状态,并使用 Worksheet.getFreezedPanes()...get ( 0 ); // Check whether worksheet is frozen. if ( sheet . getPaneState...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-chec...
  5. Query Cell Areas Mapped to XML Map Path using W...

    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....Mapped to XML Map Path using Worksheet.XmlMapQuery method Contents...with Aspose.Cells using the Worksheet.xmlMapQuery() method. If the...

    docs.aspose.com/cells/java/query-cell-areas-map...
  6. TickLabels.Offset does not work - Free Support ...

    Hi guys, I am trying to add offset to my value axis ticklabel but it does not work. The purpose would be to add space between the end of the curve and the ticklabels to display the end point value (datalabels) correctl…...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...Value axis. Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...

    forum.aspose.com/t/ticklabels-offset-does-not-w...
  7. 如何用 Python.NET 设置系列隐藏|Documentation

    学习如何使用 Aspose.Cells for Python via .NET 隐藏 Excel 中的图表系列,这里有详细的步骤指南。...from first worksheet charts = workbook . worksheets [ 0 ] . charts...

    docs.aspose.com/cells/zh/python-net/how-to-set-...
  8. Resampling Added Images - Excel to PDF Conversi...

    Learn how to resample added images to reduce PDF size using Aspose.Cells with C++....Specified Worksheets to PDF with C++ Fit All Worksheet Columns...

    docs.aspose.com/cells/cpp/resampling-added-imag...
  9. 在Aspose.Cells中为图表添加WordArt水印|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....//Get the chart in the first worksheet. Aspose . Cells . Charts ...Chart chart = workbook . Worksheets [ 0 ]. Charts [ 0 ]; //Add...

    docs.aspose.com/cells/zh/net/add-wordart-waterm...
  10. 首先按行然后按列填充数据|Documentation

    了解如何通过Aspose.Cells for Java脚本在C++ API中先按行后按列填充数据。...{ Workbook , SaveFormat , Worksheet , Cell } = AsposeCells ; AsposeCells...const cells = workbook . worksheets . get ( 0 ). cells ; cells...

    docs.aspose.com/cells/zh/javascript-cpp/populat...