Sort Score
Result 10 results
Languages All
Labels All
Results 3,701 - 3,710 of 27,092 for

excel worksheet

(0.11 sec)
  1. Compact Number Formatting Missing for Negative ...

    When using compact number formatting (K, M, B) on chart axes, positive axis intervals are formatted correctly (e.g., 1.2K, 3.4M, 2.1B), but negative axis intervals display unformatted values (e.g., -1200, -3400000) inste…...both excel and ppt Added aspose java programs below Excel: public...// Get the first worksheet Worksheet worksheet = workbook.getWorksheets()...

    forum.aspose.com/t/compact-number-formatting-mi...
  2. 通过 C++ 和 Node.js 打开不同格式的文件|Documentation

    Aspose.Cells for Node.js via C++ API 允许您打开/读取 XLSX、HTML、CSV、ODS、TSV、SXC、FODS 等不同格式。...Cells 可以打开多种文件格式,如 Microsoft Excel 电子表格(XLS,XLSX,XLSM,XLSB),Sp...要打开这些文件,开发人员可以使用与打开不同 Microsoft Excel 版本文件相同的方法。 打开电子表格 ML 文件 SpreadsheetML...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-fil...
  3. Link Cells to XML Map Elements with Node.js via...

    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....sample code loads the source Excel file , which contains an XML...the output Excel file . If you open the output Excel file and click...

    docs.aspose.com/cells/nodejs-cpp/link-cells-to-...
  4. Outline levels not copying correctly with multi...

    When copying multiple source ranges from different workbooks, only the range copied from the first workbook will have its row outline levels preserved. Any subsequent ranges are assigned zero for all rows. The followin…...the top of the destination worksheet. The second row should have... this is an operation that Excel handles without any sort of...

    forum.aspose.com/t/outline-levels-not-copying-c...
  5. 如何使用C++设置系列不可见|Documentation

    Excel图表中,你可能需要将系列设置为不可见。本文介绍如何使用Aspose.Cells与C++实现。...Contents [ Hide ] 如何在Excel图表中设置系列不可见 在Excel图表中,你可以右键点击图表,选择"选择...来设置是否显示该系列。你可以下载下面的 示例文件 ,在Excel中操作实现此功能。接下来,我们将告诉你如何使用Aspose...

    docs.aspose.com/cells/zh/cpp/how-to-set-series-...
  6. Secure PDF Documents|Documentation

    Learn how to pass in PDF security options when saving spreadsheets to PDF with Aspose.Cells for Python via .NET API....Render One PDF Page Per Excel Worksheet - Excel to PDF Conversion Convert...Convert Excel file to PDF format compatible with PDFA-1a Analyzing...

    docs.aspose.com/cells/python-net/secure-pdf-doc...
  7. 不同的文件,设置cellshelper.dpi=120后再设置相同列宽,结果不一致 - Fre...

    不同的文件(一个是已存在文件,一个是使用aspose.cells生成的),设置cellshelper.dpi=120后再设置相同列宽,结果不一致。原因是什么?如何让test1.xlsm可以按照设置的DPI,设置列宽? public static void Run5() { CellsHelper.DPI = 120; string file_path1 = "C:\\Users\\jlt\\Documents\\test1.xl…...Workbook(file_path1); Worksheet sheet = workbook.Worksheets[0]; sheet.Cells...Workbook(file_path2); Worksheet sheet2 = workbook2.Worksheets[0]; sheet2...

    forum.aspose.com/t/cellshelper-dpi-120/322191
  8. AutoFit Rows for Merged Cells with JavaScript v...

    Learn how to auto-fit rows for merged cells using Aspose.Cells for JavaScript via C++. Implement auto-fit functionality for merged cells in spreadsheets....Contents [ Hide ] Microsoft Excel provides a feature that allows...called auto‑fit rows. Microsoft Excel doesn’t set auto‑fit operation...

    docs.aspose.com/cells/javascript-cpp/autofit-ro...
  9. Ինչպես ցույց տալ բանաձևերը Excel-ում՝ օգտագործե...

    Այս ձեռնարկը բացատրում է, թե ինչպես ցույց տալ բանաձեւերը Excel-ում՝ օգտագործելով C#: Այն պարունակում է շրջակա միջավայրի կազմաձևման մանրամասներ, առաջադրանքը կատարելու մանրամասն քայլեր և գործարկվող կոդ՝ Excel-ում բանաձևերը C#-ով ցուցադրելու համար:...Ինչպես ցույց տալ բանաձևերը Excel-ում՝ օգտագործելով C# Այս հակիրճ...ինչպես ցույց տալ բանաձևերը Excel-ում՝ օգտագործելով C# : Այն տրամադրում...

    kb.aspose.com/hy/cells/net/how-to-show-formulas...
  10. Don't want to see the Formulas in the viewer - ...

    Hi Team, I don’t want to see the formulas in the viewer , I just want to see the values . Can you please suggest is there any way to do that . image.png (65.9 KB)...remove all formulas in the worksheet and replace formulas with...their calculated values via worksheet.Cells.RemoveFormulas() method...

    forum.aspose.com/t/dont-want-to-see-the-formula...