Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 82,060 for

workbook

(0.05 sec)
  1. 使用内置文档属性指定Excel文件的版本号(Node.js via C++)|Document...

    学习如何使用内置文档属性以编程方式指定Excel文件的版本号(Node.js via C++)。...Create workbook object const wb = new AsposeCells . Workbook ();...Version - 18.3" ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-doc...
  2. 用C++提取SQL连接数据|Documentation

    学习如何使用Aspose.Cells for C++检索SQL连接数据,包括服务器URL、用户名、表名等。...Cells提供 Workbook::get_DataConnections() 方法,用于检索外部连接。它返回工作簿中的...Create a workbook object from source file Workbook workbook ( srcDir...

    docs.aspose.com/cells/zh/cpp/retrieving-sql-con...
  3. Embed Attachment to PDF with Python.NET|Documen...

    Learn how to embed Ole Object attachments in PDF files using Aspose.Cells for Python via .NET....cells import Workbook , PdfSaveOptions # Open the...the template file wb = Workbook ( "embedded-attachments-example...

    docs.aspose.com/cells/python-net/embed-attachme...
  4. Stop conversion or loading using InterruptMonit...

    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....you to stop conversion of Workbook to various formats like PDF...stop loading huge workbook. Please use Workbook.InterruptMonitor...

    docs.aspose.com/cells/java/stop-conversion-or-l...
  5. 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…...evaluated for a cell in an Excel workbook using Aspose.Cells, you can...cells # Load the workbook workbook = cells.Workbook("Book1.xlsx")...

    forum.aspose.com/t/access-rendered-value-of-cel...
  6. How to Merge Cells in Excel using Python

    This quick tutorial guides on how to merge cells in Excel using Python. It contains all the necessary resources required to configure the development environment, a detailed steps and a runnable sample code to merge two cells in Excel using Python....using Python , the resultant workbook can be saved as an XLSX or...to merge cells Create a new Workbook object Get a reference to...

    kb.aspose.com/cells/python/how-to-merge-cells-i...
  7. Output Blank Page when there is Nothing to Prin...

    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 creates an empty workbook which has an empty worksheet...Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/output-blank-p...
  8. Remove Pivot Connection with C++|Documentation

    Learn how to remove pivot connection with Aspose.Cells library using C++.... Finally, it saves the workbook as output Excel file . Sample..."remove-pivot-connection.xlsx" ; Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/remove-pivot-connection/
  9. 在xlsx4j中的公式计算引擎|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....//Instantiating a Workbook object Workbook book = new Workbook (); //Obtaining...

    docs.aspose.com/cells/zh/java/formula-calculati...
  10. Set Line Spacing of the Paragraph in a Shape or...

    Learn how to set the line spacing of paragraphs in shapes or textboxes using Aspose.Cells for Node.js via C++....Create a workbook const wb = new AsposeCells . Workbook (); //...setSpaceBefore ( 10 ); // Save the workbook in xlsx format wb . save (...

    docs.aspose.com/cells/nodejs-cpp/set-line-spaci...