Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 30,204 for

worksheet

(0.56 sec)
  1. 在形状的文本选项中指定东亚和拉丁字体名称,使用Node.js通过C++|Documentation

    学习如何在形状的文本选项中指定东亚和拉丁字体名称,使用Aspose.Cells for Node.js via C++。...Workbook (); // Access first worksheet. const ws = wb . getWorksheets...// Add textbox inside the worksheet. const idx = ws . getTextBoxes...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-the...
  2. 在没有内容时输出空白页面(C++)|Documentation

    使用C++处理空工作表并打印空白页面...Access first worksheet - it is an empty sheet Worksheet ws = wb ...

    docs.aspose.com/cells/zh/cpp/output-blank-page-...
  3. Load or Import CSV file with Formulas via Node....

    Learn how to load and import CSV files containing formulas using Aspose.Cells for Node.js via C++....starting from cell D4 const worksheet = workbook . getWorksheets...getWorksheets (). get ( 0 ); worksheet . getCells (). importCSV ( filePath...

    docs.aspose.com/cells/nodejs-cpp/load-or-import...
  4. Aspose.Cells Pivot PrintArea - Free Support For...

    When shifting from Aspose Cells v 25.3.0 to 25.4.0, the PrintArea behavior changed. Background: given an excel spreadsheet like this: Year Product Gross Net - - - 2001 Apples 100 30 Row Labels Sum of Net Ba…...Worksheets.ActiveSheetIndex = sheet....xlsx"); Worksheet worksheet = workbook.Worksheets[0]; // Set...

    forum.aspose.com/t/aspose-cells-pivot-printarea...
  5. 使用C++控制工作表标签栏的方法|Documentation

    学习如何通过Aspose.Cells for C++ API控制工作表标签栏。...reference to the newly added worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-control-she...
  6. Loading and managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files using JavaScript via C++....Workbook (); // Access the first worksheet in the workbook const sheet...sheet = wb . worksheets . get ( 0 ); // Access the "A1" cell in...

    docs.aspose.com/cells/javascript-cpp/loading-sa...
  7. JSON with JavaScript via C++|Documentation

    Learn how to convert an Excel workbook to JSON using Aspose.Cells for JavaScript via C++....settings for exporting a worksheet to JSON. The following code...demonstrates exporting the active worksheet to JSON by using the SaveFormat...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  8. Removing Slicer|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 API, please use the Worksheet.getSlicers().remove() method...remove the slicer from the worksheet. Removing Slicer The following...

    docs.aspose.com/cells/java/removing-slicer/
  9. Unfreeze Rows or Columns|Documentation

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel Worksheets programmatically using Aspose.Cells for Python via .NET APIs.... If worksheets in the Excel files are frozen...sometimes we want to unfreeze the worksheet or adjust frozen rows, columns...

    docs.aspose.com/cells/python-net/unfreeze-rows-...
  10. getPrintingPageBreaks returning unexpected resu...

    Hello, I am using the aspose-cells version 25.6. Below is the code I am using, ImageOrPrintOptions printOption = new ImageOrPrintOptions(); printOption.setPrintingPage(PrintingPageType.DEFAULT); cas = curSheet.getPri…...11:53am 2 @aakanksha76 Summary Worksheet.getPrintingPageBreak(ImageOrPrintOptions)...automatically based on the worksheet’s current PageSetup (paper...

    forum.aspose.com/t/getprintingpagebreaks-return...