Sort Score
Result 10 results
Languages All
Labels All
Results 4,361 - 4,370 of 104,120 for

workbook

(0.65 sec)
  1. 用 JavaScript 通过 C++ 读写 XLS 和 XLSB 文件的外部连接|Docum...

    学习如何使用Aspose.Cells for JavaScript通过C++读取和写入XLS和XLSB文件的外部连接。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Excel Xlsb file const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/read-an...
  2. Find if the Worksheet is Dialog Sheet with C++|...

    Dialog Sheet is an older sheet format. This article provides instructions and sample code for determining programmatically whether an Excel worksheet is a Dialog Sheet using the C++ API....containing Dialog Sheet Workbook workbook ( u "sampleFindIfWorkshee...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/find-if-the-worksheet...
  3. Find Maximum Rows and Columns supported by XLS ...

    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 can use Workbook.Settings.MaxRow and Workbook.Settings.MaxColumn...following sample code creates a workbook first in XLS and then in XLSX...

    docs.aspose.com/cells/net/find-maximum-rows-and...
  4. How to Remove Formula from Excel File in C++

    In this example, we will focus on how to remove formula from Excel file in C++. You can add or remove the formula from any cell of the excel worksheet programmatically in C++. By using few API calls, you can manage the Excel Worksheet cells formulas in C++ for both Microsoft Windows and Linux platforms....Aspose::Cells namespace Initialize the Workbook Class object to load Excel...will learn how to access the workbook and remove formula from Excel...

    kb.aspose.com/cells/cpp/how-to-remove-formula-f...
  5. Working with the Reflection Effect of Shape or ...

    Learn how to work with the reflection effect of shapes or charts using Aspose.Cells with C++....class, and then saves the workbook to the output Excel file....Load your source Excel file Workbook wb ( inputFilePath ); // Access...

    docs.aspose.com/cells/cpp/working-with-the-refl...
  6. 使用Node.js通过C++设置形状或文本框段落的行间距|Documentation

    学习如何使用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/zh/nodejs-cpp/set-line-sp...
  7. Aspose.Cells for Java - Interruptible Library|D...

    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....//Create a new Workbook final Workbook wb = new Workbook (); // Get...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  8. Add ActiveX Controls using Aspose.Cells with C+...

    Learn how to add ActiveX controls to Excel worksheets programmatically using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook wb ; // Access first...SetLinkedCell ( u "A1" ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/add-activex-controls-...
  9. 用 C++ 获取数据透视表的外部连接数据源|Documentation

    学习如何使用 Aspose.Cells for C++ 获取数据透视表的外部连接数据源。...); // Load sample file Workbook workbook ( srcDir + u "SamplePivotTableExte...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-external-conne...
  10. Gantt գրաֆիկի ստեղծում Excel-ում Python-ի միջոցով

    Այս հոդվածը ցույց է տալիս, թե ինչպես ստեղծել Gantt գրաֆիկ Excel-ում Python-ի միջոցով։ Այն պարունակում է IDE-ի կարգավորման բոլոր մանրամասները, քայլերի ցանկ և օրինակային կոդ՝ Excel-ում Python-ի միջոցով Gantt գրաֆիկ ստեղծելու համար։...Cells լիցենզիայի բեռնում և նոր Workbook ստեղծում՝ տրված անվանումով...այլ պարամետրերի սահմանմամբ Workbook-ի պահպանում սկավառակի վրա...

    kb.aspose.com/hy/cells/python/create-gantt-char...