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

worksheet

(0.14 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. 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...
  5. 用C++管理范围|Documentation

    学习如何使用Aspose.Cells和C++管理Excel文件中的范围。通过编程创建、修改和设置范围样式。...类包含一个 Worksheets 集合,允许访问Excel文件中的每个工作表。工作表由 Worksheet 类表示。 Worksheet...Get Cells from the first worksheet Cells cells = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/managing-ranges/
  6. 使用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...
  7. 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/
  8. 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...
  9. 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...
  10. 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-...