Sort Score
Result 10 results
Languages All
Labels All
Results 5,841 - 5,850 of 27,204 for

excel worksheet

(0.22 sec)
  1. Replace text in a workbook using Regular Expres...

    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....regex_key property using the sample Excel file . The output file generated...Assistant Close Copy and Move Worksheets Within and Between Workbooks...

    docs.aspose.com/cells/python-net/replace-text-i...
  2. 在Ruby中将文件转换为MHTML文件|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....rter模块的worksheet_to_mhtml()方法。 Ruby 代码 def worksheet_to_mhtml...Cells) GitHub 在Ruby中将HTML文件转换为Excel电子表格 在Ruby中将工作表转换为图像...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  3. 通过JavaScript通过C++按名称访问文本框|Documentation

    学习如何从集合中通过名称访问Aspose.Cells for Java脚本中的文本框...Hide ] 按名称访问文本框 早先,可以通过索引访问 Worksheet.textBoxes 集合中的文本框,但现在也可以通...style="color: red;">Please select an Excel file.</p>' ; return ; } const...

    docs.aspose.com/cells/zh/javascript-cpp/access-...
  4. Convert XLSB to PPTX with .NET or with free Onl...

    Convert XLSB to PPTX on .NET Framework, .NET Core, Mono or Xamarin Platforms or online. Test free XLSB to PPTX online converter quickly before integrating the code....via C# or Online App Export Excel ® XLSB to PPTX on .NET Framework...Programmatically : Use Cases XLSB (Excel Binary File Format) files are...

    products.aspose.com/total/net/conversion/xlsb-t...
  5. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印... worksheets . get ( 0 ); // Add Watermark...false ; // Saving the modified Excel file const outputData = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/locking...
  6. Add Custom XML Parts and Select Them by ID with...

    Learn how to add custom XML parts to Excel documents and select them by ID using Aspose.Cells for Node.js via C++....data stored inside Microsoft Excel documents and are used by applications...add them using the Microsoft Excel UI. However, you can add them...

    docs.aspose.com/cells/nodejs-cpp/add-custom-xml...
  7. ISOWEEKNUM returns 53 for Dec 29–31, 2025 — sho...

    ISOWEEKNUM returns the wrong week number for dates that fall in the last days of December when ISO week 1 of the new year starts in December. In 2026, January 1 falls on a Thursday. Per ISO 8601, Week 1 is defined as th…... Microsoft Excel correctly returns 1 for ISOWEEKNUM...new Workbook(); var ws = wb.Worksheets[0]; ws.Cells["A1"].Formula...

    forum.aspose.com/t/isoweeknum-returns-53-for-de...
  8. 在 PHP 中使用工作表名称移除工作表|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....Workbook object and opening an Excel file using its file path $workbook...)); $worksheets = $ptr -> Get ( $workbook , "Worksheets" , array...

    docs.aspose.com/cells/zh/net/removing-worksheet...
  9. Draw a line shape with arrow icon - Free Suppor...

    alcLine.zip (13.0 KB)...Insert Pictures and Shapes of Excel files.|Documentation //Notice:...30); Shape shape = workbook.Worksheets[0].Shapes.AddFreeform(1,...

    forum.aspose.com/t/draw-a-line-shape-with-arrow...
  10. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Worksheets[0].Cells.MaxColumn); var...var cell = wb.Worksheets[0].Cells[0, 2]; Console.WriteLine(wb.Worksheets[0]...

    forum.aspose.com/t/visit-public-cell-this-int-r...