Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 21,314 for

worksheet

(0.06 sec)
  1. Cells 25.4创建数据透视表问题 - Free Support Forum - aspo...

    数据透视表,没有列,只有筛选器、行和两个值。生成的数据透视表里,值是多行展示,如何实现按列展示?自动把“数值”挪到列中 image.jpg (115.6 KB) 另外,基于透视表创建出来的透视图,不像正常的透视图一样,可以看到透视表的相关信息,在数据透视表分析下面没有任何可操作项?什么原因? image.jpg (159.8 KB) image.jpg (123.7 KB)...workbook and get the first worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Add...

    forum.aspose.com/t/cells-25-4/314531
  2. Digitally Sign Excel File Online or using Andro...

    Free online app for digital signature in Excel spreadsheet. Develop Android application to electronically sign Excel spreadsheets....add in collection Load the worksheet using Workbook Use setDig...setDigitalSignature(signatures) to sign the worksheet Finally save it Java Code...

    products.aspose.com/total/android-java/signatur...
  3. Digitally Sign ODS File Online or using Android...

    Free online app for digital signature in ODS spreadsheet. Develop Android application to electronically sign ODS spreadsheets....add in collection Load the worksheet using Workbook Use setDig...setDigitalSignature(signatures) to sign the worksheet Finally save it Java Code...

    products.aspose.com/total/android-java/signatur...
  4. Digitally Sign XLSX File Online or using Androi...

    Free online app for digital signature in XLSX spreadsheet. Develop Android application to electronically sign XLSX spreadsheets....add in collection Load the worksheet using Workbook Use setDig...setDigitalSignature(signatures) to sign the worksheet Finally save it Java Code...

    products.aspose.com/total/android-java/signatur...
  5. Set Default Font while rendering spreadsheet to...

    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....text in cell B4 of the first worksheet and sets its font to some...workbook object and access first worksheet. const wb = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/set-default-fo...
  6. 用 C++ 获取工作表页面设置的宽度和高度|Documentation

    学习如何使用C++代码通过Aspose.Cells for C++ API以编程方式获取Excel工作表页面设置的纸张宽度和高度。...book ; // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/get-paper-width-an...
  7. 在表格或列表对象中自动传播公式,以便在输入新行数据时自动更新,使用 C++|Documenta...

    学习如何在表格或列表对象中自动传播公式,当输入新数据时,使用 Aspose.Cells for C++。...book ; // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/propagate-formula-...
  8. 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...
  9. Add PDF Bookmarks with Named Destinations with ...

    Learn how to add PDF bookmarks with named destinations using Aspose.Cells for C++....xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/add-pdf-bookmarks-wit...
  10. Access rendered value of cell color from condit...

    Hello, I wanted to understand whether Aspose.Cells was able to access the value that a conditional formatting rule has evaluated a cell color too in an Excel notebook. The scenario here is that I’d like to write validati…...the first worksheet worksheet = workbook.get_worksheets().get(0)...specific cell (e.g., A1) cell = worksheet.get_cells().get("A1") # Get...

    forum.aspose.com/t/access-rendered-value-of-cel...