Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 82,029 for

workbook

(0.06 sec)
  1. Convert CSV, TSV, and TXT to Excel with C++|Doc...

    Learn how to convert CSV, TSV, and TXT files to Excel using Aspose.Cells for C++....LoadFormat :: Csv ); // Create a Workbook object and open the file from...from its path Workbook wbCSV ( srcDir + u "Book_CSV.csv" , loadOptions4...

    docs.aspose.com/cells/cpp/convert-csv-tsv-and-t...
  2. Create Union Range with Node.js via C++|Documen...

    Learn how to create a Union Range using Aspose.Cells for Node.js via C++....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/create-union-r...
  3. 在Jython中使用工作表索引删除工作表|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 import Workbook from java . io import FileInputStream...Instantiating a Workbook object with the stream workbook = Workbook ( fstream...

    docs.aspose.com/cells/zh/java/removing-workshee...
  4. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the C++ API to programmatically display formulas rather than values in an Excel worksheet or spreadsheet....// Load the source workbook Workbook workbook ( filePath ); //...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/show-formulas-instead...
  5. Editing Hyperlinks of Worksheet with C++|Docume...

    Learn how to edit hyperlinks of Worksheet through the Aspose.Cells for C++ API....// Create workbook from input file Workbook workbook ( srcDir...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/editing-hyperlinks-of...
  6. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for Node.js via C++....); function printTables ( workbook , externalConnection ) { //...worksheets for ( let j = 0 ; j < workbook . getWorksheets (). getCount...

    docs.aspose.com/cells/nodejs-cpp/find-query-tab...
  7. Specifying Significant Digits to be Stored in E...

    Learn how to control significant digits stored in Excel files using Aspose.Cells for Python via .NET API....cells import Workbook , CellsHelper import aspose...15 ) # Create new workbook workbook = Workbook () # Access first...

    docs.aspose.com/cells/python-net/specifying-sig...
  8. Delete Worksheets from Workbooks|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....Delete Worksheets from Workbooks Contents [ Hide ] You can delete...delete any worksheet in a workbook. To delete a worksheet, use...

    docs.aspose.com/cells/net/delete-worksheets-fro...
  9. 用C++计算数据表的数组公式|Documentation

    如何使用Aspose.Cells库在Microsoft Excel中用C++计算数据表的数组公式。通过加载现有Excel文件或创建新Excel文件,利用Aspose.Cells提供的方法计算数组公式并获取结果。最后保存修改后的Excel文件。...请在计算任何类型的公式时使用 Workbook.CalculateFormula() 。 在以下示例代码中,我们使用了...Create workbook from source excel file Workbook workbook ( inputFilePath...

    docs.aspose.com/cells/zh/cpp/calculation-of-arr...
  10. Refresh Values of Linked Shapes with C++|Docume...

    Learn how to refresh values of linked shapes in Excel files using Aspose.Cells for C++....Cells if you want to save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, then...

    docs.aspose.com/cells/cpp/refresh-values-of-lin...